TSProperty_Information
What: class TObject
File: _GenVal
Layer: 0
Platforms: C++, C#, Javascript, Pascal (Delphi), PHP, Python
This is the abstract base class for representing composite data types.
Default
bool Default()
function Default : boolean
Returns true if this the the default property.
Getter
TGeneric_Value* Getter()
function Getter : TGeneric_Value
Returns the getter for the property, or null if there is none.
Setter
TGeneric_Value* Setter()
function Setter : TGeneric_Value
Returns the setter for the property, or null if there is none.