FMX.Forms.TCustomPopupForm.CreateNew

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor CreateNew(AOwner: TComponent; Dummy: NativeInt = 0); override;

Properties

Type Visibility Source Unit Parent
constructor public FMX.Forms.pas FMX.Forms TCustomPopupForm

Description

Creates and initializes this pop-up form.

CreateNew calls the inherited TCustomForm.CreateNew to create this form. Then CreateNew initializes default values of the following form properties: FormStyle with Popup, Position with Designed, Visible with False, DragWithParent with True, PlacementRectangle and ContentPadding with all zero values, Placement with Bottom, and of several other properties.

See Also