FMX.Forms.TCommonCustomForm

From RAD Studio API Documentation
Jump to: navigation, search

FMX.Types.TFmxObjectSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTCommonCustomForm

Delphi

TCommonCustomForm = class(TFmxObject, IRoot, IContainerObject, IAlignRoot, IPaintControl, IStyleBookOwner,
IDesignerStorage, IOriginalContainerSize, ITabStopController, IGestureControl, IMultiTouch,
ICaption, IHintRegistry)

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.

See Also