Topics with keyword "TStringListWrapper"
1. Using Field-Map predefined variables
...(CrownProjection, CrownProfile, CrownProfilePoints)
TXMLOutputWrapper
xmlout, xmloutput
TStringListWrapper
lst, strings, stringlist
TIntegerListWrapper
intlist, ilst, ilist
TVariantListWrapper
varlist...
2. CreateStringList
... CreateStringList function
Prototype:
function CreateStringList : TStringListWrapper;
Description:
Creates a string list
Syntax...
3. FreeStringList
...:
procedure FreeStringList (var List:TStringListWrapper);
Description:
Frees a string list...
4. GetListOfChildLayers
... GetListOfChildLayers (const OnlyDirectChilds_ :boolean) :TStringListWrapper;
Description:
Gets list of layers...
5. GetFilesOfDir
... string; const IncludingFullPath_ : boolean): TStringListWrapper;
Description:
Syntax:
variable := Project.GetFilesOfDir...
6. Free
... an instance of a TStringListWrapper
Return value:
none
Example:
var
strList...
7. Duplicates
... an instance of a TStringListWrapper
Return value:
See also:
Free;...
8. Sorted
... an instance of a TStringListWrapper
Return value:
See also:
Free;...
9. CaseSensitive
... an instance of a TStringListWrapper
Return value:
See also:
Free;...
10. BeginUpdate
... an instance of a TStringListWrapper
Return value:
none
Example:
var
strList...
11. EndUpdate
... an instance of a TStringListWrapper
Return value:
none
Example:
See chapter...
12. Add
... an instance of a TStringListWrapper
S
A string parameter to be...
13. AddStrings
... procedure
Prototype:
procedure AddStrings(Strings :TStringListWrapper);
Description:
AddStrings procedure adds...
14. Assign
... procedure
Prototype:
procedure Assign(Source :TStringListWrapper);
Description:
Assign procedure replaces...
15. Clear
... an instance of a TStringListWrapper
Return value:
none
Example:
var
strList1...
16. Delete
... an instance of a TStringListWrapper
Index
An integer represents index...
17. Count
... an instance of a TStringListWrapper
Return value:
an integer...
18. Exchange
... an instance of a TStringListWrapper
Index1
An integer parameter represents...
19. Move
... an instance of a TStringListWrapper
CurIndex
An integer parameter represents...
20. Find
... an instance of a TStringListWrapper
String
A string parameter to be...
21. IndexOf
... an instance of a TStringListWrapper
String
A string parameter to...
22. Insert
... an instance of a TStringListWrapper
Index
An integer parameter represents...
23. Sort
... an instance of a TStringListWrapper
Return value:
none
Example:
var
strList1...
24. LoadFromFile
... an instance of a TStringListWrapper
FileName
A string parameter represents...
25. SaveToFile
... an instance of a TStringListWrapper
FileName
A string parameter represents...
26. Strings
... an instance of a TStringListWrapper
Index
An integer parameter represents...
27. Text
... an instance of a TStringListWrapper
Return value:
Example:
See previous...
28. Delimiter
... an instance of a TStringListWrapper
Return value:
a char...
29. DelimitedText
... an instance of a TStringListWrapper
Return value:
a string...
30. NameValueSeparator
... an instance of a TStringListWrapper
Return value:
a char...
31. IndexOfName
... an instance of a TStringListWrapper
Return value:
an index...
32. Name
... an instance of a TStringListWrapper
Return value:
the name of...
33. Value
... an instance of a TStringListWrapper
Name
A string parameter contains...
34. AsVarArray
... an instance of a TStringListWrapper
Return value:
Note: This property...
35. CreateTableOfContent
... procedure
Prototype:
procedure CreateTableOfContent(lst :TStringListWrapper);
Description:
Lists each sheet name...