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

TFileReference.Filename

Contains the name for the reference-counted file in the class instance.

Declaration

Source position: filereferencelist.pas line 46

public property TFileReference.Filename : string
  read fFilename;

Description

FileName is a read-only String property with the name for the reference-counted file. The value in FileName is assigned in the TFileReferenceList.AddFilename method when the class instance is created.

Use ReferenceCount to determine the number of times the file is referenced in the AVL Tree for the TFileReferenceList class where the item is stored.

See also

TFileReference.ReferenceCount

  

Contains the number of references for the file.

TFileReferenceList.AddFilename

  

Adds a reference-counted file name to the list.

TFileReferenceList.RemoveFilename

  

Remove a reference for the specified file name.


Version 4.0 Generated 2025-05-03 Home