Items Property (Read Only) |
Top Previous Next |
Returns a String list containing the profiles stored under the Key property and the Subkey parameter. The values of Key property and Subkey parameter are in the file name specified in FileName property.
Visual Basic Syntax
[OleVariant =] TNBXProfiles.Items (SubKey As String)
Delphi Syntax
[OleVariant :=] TNBXProfiles.Items [SubKey:string];
Remarks
You can use the Items.Count property to know the total number of items in the list.
|