TFormCreator.AddCheckBox

TFormCreator.AddCheckBox
TFormCreator

function AddCheckBox(Const PropName, ACaption: String; OnChange: TNotifyEvent): TCheckBox;

Unit
TeeFiltersEditor

Description
Adds a new control (a checkbox) to change the boolean value of a boolean property (PropName).
The OnChange event is called when the checkbox is checked or unchecked.