Items

<< Click to Display Table of Contents >>

Navigation:  Intraweb Components > Standard > TIWRadioGroup > Properties >

Items

Use this property to read/write to the list of items (strings) in the list portion of the control.

 

SIGNATURE=IWCompExtCtrls.TIWRadioGroup.Items

 

ETYPE=Property

 

Declaration:

Delphi:

published property Items: TStringList;

C++:

__published: __published: __property TStringList Items;

 

Description: This is Items, a member of class TIWRadioGroup.