LMD DialogPack
|
Method that returns the checked state for a particular radio button control.
function DoGetRadioButtonChecked(AControl: TControl): Boolean; virtual;
If the control is checked then the method returns True.
This method calls on the OnGetRadioButtonChecked event. If that event is not handled then the default handling is used to determine if a particular radio button control is checked on a dialog.
Copyright © 2013 by LMD Innovative. All rights reserved.
|
What do you think about this topic? Send feedback!
|