Home - RAD C++ GUI Lib 1.2.2 Documentation
Published on March 09, 2007 [03:04:02 PM]



Browse class : StringList

Property : length     ( Read Only )


Description

Using this property you can obtain number of strings in current list
Remarks

Example:

StringList list;
list.add("Ali");
list.add("Imran");

int nItems = list.length; //nItems now contains 2




Visit www.radcpp.com for more help and updates. Documentation created using FlaX.Doc