The Conroy & Conroy Subroutine Library (2021.3 edition)

TProperty_Information
What: class TDelphi_Object
File: _GenVal
Layer: 0
Platforms: C++, C#, 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.