TdxRangeControlClientPropertiesClass Type
In This Article
The class-reference to a client properties class.
#Declaration
Delphi
TdxRangeControlClientPropertiesClass = class of TdxRangeControlCustomClientProperties;
#Referenced Class
Type |
---|
Tdx |
#Remarks
This class-reference is used to refer to the TdxRangeControlCustomClientProperties class descendants for specifying the client integrated with the range control’s client and its settings.
The TdxRangeControlClientPropertiesClass type is referenced by:
The GetPropertiesClass function exposed by the IdxRangeControlClient interface;
The range control‘s ClientPropertiesClass property.
See Also