FMX.Forms.TCommonCustomForm
Delphi
TCommonCustomForm = class(TFmxObject, IRoot, IContainerObject, IAlignRoot, IPaintControl, IStyleBookOwner,
IDesignerStorage, IOriginalContainerSize, ITabStopController, IGestureControl, IMultiTouch,
ICaption, IHintRegistry, IFlipContainer)
C++
class PASCALIMPLEMENTATION TCommonCustomForm : public Fmx::Types::TFmxObject
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
class | public | FMX.Forms.pas FMX.Forms.hpp |
FMX.Forms | FMX.Forms |
Description
TCommonCustomForm represents the base class for all forms, whether they are 2D or 3D.
TCommonCustomForm is the base class for all TCustomForm and TCustomForm3D, and all their derived objects such as TForm and TForm3D.