FMX.Forms.TCustomPopupForm Properties
InheritedProtected
Action | public | Specifies the action associated with the control. |
ActionClient | public | Specifies whether the component object has an associated action. |
ActionLink | protected | |
Active | public | Specifies whether the form has focus. |
ActiveControl | public | Specifies the active control on the form. |
AniDuration | public | Sets the animation duration for the pop-up form to close or to show. |
AniPosition | public | Does not have any predefined physical definition. You can use AniPosition in an OnAniTimer event handler. |
BiDiMode | public | Indicates the layout of this form when running under Middle Eastern versions of the operating system. |
Border | public | |
BorderIcons | public | Specifies which icons appear on the title bar of the form. |
BorderStyle | public | Specifies the appearance and behavior of the form border. |
Canvas | public | Provides access to the drawing area of the form. |
Caption | public | Specifies a text string that identifies the form to the user. |
Captured | public | Specifies the control that has captured the mouse. |
Children | public | Stores an array of children attached to this parent component. |
ChildrenCount | public | Read-only property that specifies the number of children in the children list. |
ClientHeight | public | Specifies the height (in pixels) of the form's client area. |
ClientWidth | public | Specifies the width (in pixels) of the form's client area. |
ComObject | public | Specifies the interface reference implemented by the component. |
ComponentCount | public | Indicates the number of components owned by the component. |
ComponentIndex | public | Indicates the position of the component in its owner's Components property array. |
Components | public | Lists all components owned by the component. |
ComponentState | public | Describes the current state of the component, indicating when a component needs to avoid certain actions. |
ComponentStyle | public | Governs the behavior of the component. |
ContentControl | public | Specifies the control that is shown on the pop-up form. |
ContentPadding | public | Specifies the padding of the pop-up form. |
ContextHandle | protected | Used internally by the canvas of this form. |
Cursor | public | Specifies the mouse cursor that will be used on this form. |
Data | public | Stores a Tvalue, which is a data structure that can store different kinds of data types. |
Designer | public | Specifies the designer interface for the form. |
DesignInfo | public | Contains information used by the Form designer. |
Disposed | protected | Disposed is a read-only property that shows the current state of this object. |
DragWithParent | public | Specifies whether the current TCustomPopupForm can be dragged after it is shown. |
Fill | public | Specifies the way the background on this form is filled. |
Focused | public | Specifies the control that has the focus set on it. |
FormFactor | public | Specifies the form factor for this FireMonkey form, that is, the TFormFactor properties: width, height, orientations, and devices. |
FormFamily | public | Is a string property that specifies the form family this form is part of. |
FormState | public | Indicates transitional state information about the form. |
FormStyle | public | Determines the form style. |
FullScreen | public | Indicates whether the form is in fullscreen mode. |
Handle | public | Specifies the handle of this form. |
Height | public | Specifies the vertical size of the form (in pixels). |
Hovered | public | Identifies the control over which the mouse pointer is hovering. |
Index | public | Specifies the index of the child object in the children array attached to this object. |
Left | published | Specifies the X coordinate of the upper-left corner of the form, relative to the screen. |
MainMenu | protected | |
ModalResult | public | Represents the return value of a form that is used as a modal dialog box. |
Name | published | Specifies the name of the component as referenced in code. |
ObjectState | public | Describes the current state of the object. |
Observers | public | Indicates the TObservers object added to the TComponent. |
Offset | public | The offset of the padding rectangle relative to the rectangle of the pop-up form. |
OriginalContainerSize | public | |
Owner | public | Indicates the component that is responsible for streaming and freeing this component. |
Padding | public | Specifies the padding of the form. |
Parent | public | Specifies the parent component of this FMX object. |
ParentForm | public | Specifies the parent form of this form. |
Placement | public | Gets or sets how the TCustomPopupForm is positioned relative to rectangles specified by the PlacementRectangle or PlacementTarget properties, relative to the screen, or relative to the mouse (pointing device) position. |
PlacementRectangle | public | Gets or sets a rectangle, relative to which the TCustomPopupForm is positioned. |
PlacementTarget | public | The target control, relative to which the TCustomPopupForm is positioned. |
Position | public | Represents the size and placement of the form. |
PreferedDisplayIndex | public | Specifies the index of the display that shows the pop-up form. |
Quality | public | |
RealPlacement | public | Used internally. |
Root | public | Specifies the root parent of this object. |
SaveState | public | Specifies the save state of the FireMonkey form. |
ScreenContentRect | public | Screen coordinates of the rectangle relative to which controls in the pop-up form are positioned. |
ScreenPlacementRect | public | Screen coordinates of the rectangle relative to which the pop-up form is positioned. |
ShowFullScreenIcon | public | Indicates whether the Mac fullscreen icon is visible. |
ShowHint | public | Determines whether help hints are enabled or disabled for first level child controls in the form. |
Size | public | The working area size of the current pop-up form. |
Stored | public | Specifies whether this object is stored in the .XFM file. |
StyleBook | public | Specifies the style book for this form. |
StyleLookup | public | Specifies the name of the style to look up and apply to this form. |
StyleName | published | Specifies the style name for this FMX component. |
Tag | published | Stores a NativeInt integral value as a part of a component. |
TagFloat | public | Custom property that stores any floating-point value. |
TagObject | public | Custom property that stores any object value. |
TagString | public | Custom property that stores any string value. |
Top | published | Specifies the Y coordinate of the upper-left corner of the form, relative to the screen. |
Touch | public | |
Transparency | public | Indicates whether the form is transparent or not. |
VCLComObject | public | Represents information used internally by components that support COM. |
Visible | public | Indicates whether the form is visible. |
Width | public | Specifies the horizontal size of the form (in pixels). |
WindowState | public | Represents how the form appears on the screen. |
WindowStyle | public |