RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Forms.TPopupForm Record
Pascal
TPopupForm = record
  FormID: Integer;
  Form: TCustomForm;
  WasPopup: Boolean;
end;
C++
struct TPopupForm {
  int FormID;
  TCustomForm Form;
  Boolean WasPopup;
};

Forms

This is record Forms.TPopupForm.

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!