Important: The information in this document is obsolete and should not be used for new development.
GetControlVariant
To determine the variation code specified in the control definition function for a particular control, you can use theGetControlVariant
function. TheGetControlVariant
function is also available as theGetCVariant
function.
FUNCTION GetControlVariant (theControl: ControlHandle): Integer;
theControl
- A handle to the control whose variation code you wish to determine.
DESCRIPTION
TheGetControlVariant
function returns as its function result the variation code for the specified control.SEE ALSO
Variation codes are described in "The Control Definition Function" on page 5-11.