PlanetPress Capture Library
|
This object is a collection of file names for use with the PgcUtility object. More...
Public Member Functions | |
Integer | Add (const WideString FileName) |
Adds a new file name at the end of the collection. | |
Delete (Integer Index) | |
Deletes a file name from the collection. | |
Public Attributes | |
WideString | Item |
Returns the file name at index ItemIndex . | |
Integer | Count |
Number of items in the collection. |
This object is a collection of file names for use with the PgcUtility object.
The names may or may not contain the path component depending on which PgcUtility
method it is used with. Instances of this object can be created using the CaptureLib.FileList
ProgID.
Integer TFileList::Add | ( | const WideString | FileName | ) |
Adds a new file name at the end of the collection.
FileName | File name to add. |
TFileList::Delete | ( | Integer | Index | ) |
Deletes a file name from the collection.
Index | 0-based index of the file name to remove. |
Integer TFileList::Count |
Number of items in the collection.
WideString TFileList::Item |
Returns the file name at index ItemIndex
.
ItemIndex | Index of the file name to retrieve. |