[Overview][Types][Classes][Index] |
[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. |
|
| | ||
TObject |
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.0 | Generated 2025-05-03 | Home |