LMD DialogPack
|
function GetControl(const AControlType: TControlType; const AValue: Integer = -1): TControl;
Returns the instance of the control that corresponds to the control type requested in the AControlType parameter. If you use a control type that contains multiple controls, such as ctRadioButton or ctCommandLink than pass in the Value for the required control in the AValue parameter.
Copyright © 2013 by LMD Innovative. All rights reserved.
|
What do you think about this topic? Send feedback!
|