API:FMX.Forms3D.TCustomForm3D

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

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

Delphi

TCustomForm3D = class(TCommonCustomForm, IContextObject, IViewport3D)

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
class public
FMX.Forms3D.pas
FMX.Forms3D.hpp
FMX.Forms3D FMX.Forms3D

Beschreibung

TCommonCustomForm repräsentiert die Basisklasse für alle Formulare (2D und 3D).

FMX.Forms3D.TCustomForm3D erbt von FMX.Forms.TCommonCustomForm. Der folgende Inhalt bezieht sich auf FMX.Forms.TCommonCustomForm.


TCommonCustomForm repräsentiert die Basisklasse für alle Formulare (2D und 3D).

TCommonCustomForm ist die Basisklasse für alle TCustomForm- und TCustomForm3D-Formulare und alle davon abgeleiteten Objekte, wie TForm und TForm3D.

Siehe auch