Skip to main content

IdxRangeControlClient.DetachRangeControl(TdxCustomRangeControl) Method

Detaches the specified range control instance from the supported client control.

Declaration

procedure DetachRangeControl(ARangeControl: TdxCustomRangeControl);

Parameters

Name Type
ARangeControl TdxCustomRangeControl

Remarks

Normally, this procedure supports the internal infrastructure and is not intended to be used directly from your code. The DetachRangeControl procedure is called internally by the setter of the range control’s Client property to cancel the range control synchronization with the previously associated client control (i.e., if the previous Client property value is not nil). The ARangeControl parameter is used to pass the current range control instance.

See Also