FMX.Forms3D.TCustomForm3D

From RAD Studio API Documentation
Jump to: navigation, search

FMX.Forms.TCommonCustomFormFMX.Types.TFmxObjectSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTCustomForm3D

Delphi

TCustomForm3D = class(TCommonCustomForm, IContextObject, IViewport3D)

C++

class PASCALIMPLEMENTATION TCustomForm3D : public Fmx::Forms::TCommonCustomForm

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.

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