FMX.Controls3D.TProxyObject.SourceObject

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property SourceObject: TControl3D read FSourceObject write SetSourceObject;

C++

__property TControl3D* SourceObject = {read=FSourceObject, write=SetSourceObject};

Properties

Type Visibility Source Unit Parent
property published
FMX.Controls3D.pas
FMX.Controls3D.hpp
FMX.Controls3D TProxyObject

Description

Represents the source object of this TProxyObject.

SourceObject is the control which this TProxyObject represents.

See Also