[Overview][Types][Classes][Index] Reference for unit 'FileReferenceList' (#lazutils)

TFileReference

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Represents a reference-counted file stored in TFileReferenceList.

Declaration

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;

Inheritance

TFileReference

  

Represents a reference-counted file stored in TFileReferenceList.

|

TObject

Description

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.

See also

TFileReferenceList

  

Implements a list used to maintain TFileReference instances.


Version 4.0 Generated 2025-05-03 Home