RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TWebRadioGroupInput.DisplayWidth Property

Specifies the width of the radio group, in characters.

Pascal
property DisplayWidth: Integer;
C++
__property int DisplayWidth;

Use DisplayWidth to limit the width of the generated control. TWebRadioGroup generates an INPUT tag of type RADIO to implement the radio group. DisplayWidth is added as a WIDTH option. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!