API:FMX.Forms3D.TForm3D

From RAD Studio API Documentation
Jump to: navigation, search

FMX.Forms3D.TCustomForm3DFMX.Forms.TCommonCustomFormFMX.Types.TFmxObjectSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTForm3D

Delphi

TForm3D = class(TCustomForm3D)

C++

class PASCALIMPLEMENTATION TForm3D : public TCustomForm3D

Properties

Type Visibility Source Unit Parent
class public
FMX.Forms3D.pas
FMX.Forms3D.hpp
FMX.Forms3D FMX.Forms3D

Description

TCustomForm3D represents the base class from which you derive 3D forms.

FMX.Forms3D.TForm3D inherits from FMX.Forms3D.TCustomForm3D. All content below this line refers to FMX.Forms3D.TCustomForm3D.

TCustomForm3D represents the base class from which you derive 3D forms.

Create a subclass derived from TCustomForm3D if you want to create new 3D forms such as 3D dialog boxes. A derived 3D form can contain one or more FireMonkey 3D objects, such as TText3D, TGrid3D, and so on.

See Also