RAD Studio (Common)
ContentsIndex
PreviousUpNext
String List editor

Use the String List editor at design time to add, edit, load, and save strings into any property that has been declared as TStrings.  

To open the String List editor:

  1. Place a component that uses a string list on the form.
  2. With that component selected, do one of the following:
  • Click the ellipsis in the Value column for any property that has been declared as TStrings, such as the Items property of the ComboBox property.
  • Double-click the word (TStrings) in the Value column for any property that has been declared as TStrings.
Note: If the property is a value list, the Value List Editor
is displayed.

To convert the list to text, click Code Editor. The list is displayed on a separate page in the editor where you can edit is using all of the editing commands.

The String List editor context menu (right-click on the editor) contains the following commands:

Click Load to display the Load String List dialog box, where you can select an existing file to read into the String List editor.

Click Save to write the current string list to a file. The product opens the Save String List dialog box, where you can specify a directory and file name.

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!