[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Represents a reference-counted file stored in TFileReferenceList.
Source position: filereferencelist.pas line 41
type TFileReference = class |
||
public |
||
property Filename: string; [r] |
|
Contains the name for the reference-counted file in the class instance. |
property ReferenceCount: Integer; [r] |
|
Contains the number of references for the file. |
end; |
|
Represents a reference-counted file stored in TFileReferenceList. |
|
| | | ||
TFileReference is a class used to represent a reference-counted file stored in the TFileReferenceList class. It provides FileName and ReferenceCount properties which are maintained by methods in TFileReferenceList.
|
Implements a list used to maintain TFileReference instances. |
| Version 4.4 | Generated 2025-11-08 | Home |