Class TPathList (unit OXUPath)

Inherits from

TStringList

List for handling paths as strings separated by ;} {Copyright 1997 Eric Maddox

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 : String

Validate and Add

property AsString : String

Accept/ Return paths with ; between each

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 : String

Validate and Add


property AsString : String

Accept/ Return paths with ; between each


Events


Variables