You are here: Symbol Reference > JSDialog Namespace > Classes > TJSCustomDialog Class > TJSCustomDialog Methods > TJSCustomDialog.DoGetRadioButtonChecked Method
LMD DialogPack
ContentsIndexHome
PreviousUpNext
TJSCustomDialog.DoGetRadioButtonChecked Method

Method that returns the checked state for a particular radio button control.

Pascal
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.
Copyright © 2013 by LMD Innovative. All rights reserved.
What do you think about this topic? Send feedback!