Important: The information in this document is obsolete and should not be used for new development.
SetComponentRefcon
You can use theSetComponentRefcon
procedure to set the reference constant for your component.
PROCEDURE SetComponentRefcon (aComponent: Component; theRefcon: LongInt);
aComponent
- A component identifier that specifies the component whose reference constant you wish to set.
theRefCon
- The reference constant value that you want to set for your component.
DESCRIPTION
TheSetComponentRefcon
procedure sets the value of the reference constant for your component. Your component can later retrieve the reference constant using theGetComponentRefcon
function, described next.