| Class TPathList (unit OXUPath) |
TStringList
List for handling paths as strings separated by ;} {Copyright 1997 Eric Maddox
| Constructors |
| Functions |
function Add(const S: string): Integer;Add paths in one string separated by ;
Function AddPaths(NewString: String): Integer;
Function GetAbbreviated: String;
Function GetString: String;
Procedure SetString(NewString: String);| Properties |
property Abbreviated : String
property AsString : String| Events |
| Variables |
| Constructors |
| Functions |
function Add(const S: string): Integer;ignore duplicates
Add paths in one string separated by ;
Function AddPaths(NewString: String): Integer;
Function GetAbbreviated: String;No Duplicates
Function GetString: String;
Procedure SetString(NewString: String);Return a string with paths separated by ;
| Properties |
property Abbreviated : StringValidate and Add
property AsString : StringAccept/ Return paths with ; between each
| Events |
| Variables |