2005. december 31., szombat

Add items to a TRadioGroup without adding one item at a time

Problem/Question/Abstract:

How to add items to a TRadioGroup without adding one item at a time

Answer:

{ ... }
with RadioGroup1.Items do
begin
Delimiter := ';';
DelimitedText := 'Apples;Bananas;Oranges';
end;
{ ... }



Nincsenek megjegyzések:

Megjegyzés küldése