Jump to content

UnimRadioButton:How to reduce the empty space?


55143681

Recommended Posts

14 hours ago, Sherzod said:

Please provide more details.

Hello,I create UnimRadio dynamicly,as you see upper,the distance between the circle and the caption is to long,

how to make the distiance shorter?

 

TUnimRadio *newRadio=new TUnimRadio(this);
        newRadio->Name="newRadio"+String(choId);
        newRadio->Parent=UnimPanel2;
        newRadio->Top=10+50*(choNo-1);
        newRadio->Left=10;
        newRadio->FieldLabelFont->Size=15;
        newRadio->FieldLabelFont->Color=clBlack;
        newRadio->FieldLabelAlign=laRight;
        newRadio->FieldLabel="["+choId+"]"+choText;

Link to comment
Share on other sites

×
×
  • Create New...