Fired when the user clicks on an option button in an edit line.

Parameters

ParameterDescription
CtrlIdIdentifies a subclassed EDITLINE control

Remarks

The OnOptionClick event is fired when the user clicks on an edit line's option button. The CtlrId parameter identifies the control who fired the event. You can use this parameter in properties and methods to make any desired modifications in response to the event.

Example

Transfer Param1 to CtrlId 

// Since my CtrlId is the same the OI Control Entity Name, 
// I can use it to manipulate the OI properties as well 
Set_Property(CtrlId, "TEXT", "Option Button Was Clicked")

See Also

OptionButton

  • No labels