JVCL Help:TJvTranslatorStrings.Strings
JVCL Help: TJvTranslatorStrings.Strings Property
Search in JVCL Help
Search in all projectsSummary
Lists the names, referenced by a 0-based index.
Pascal
propertyStrings [Index: Integer]: string;
Description
Use Strings to read or modify the string at a particular position. Index gives the position of the string, where 0 is the position of the first string, 1 is the position of the second string, and so on. To locate a particular string in the list, call the IndexOf method.
Note that this property does not work like you might expect. Specifically, when reading, the returned value is the Name part of the string, but when writing the value is written to the Value part of the string. To read the value, use Value instead.
See Also
TJvTranslatorStrings.Add, TJvTranslatorStrings.IndexOf
About
Contribute to this help topic
This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page