[Overview][Types][Classes][Index] |
Contains the name for the reference-counted file in the class instance.
Source position: filereferencelist.pas line 46
public property TFileReference.Filename : string |
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.
|
Contains the number of references for the file. |
|
|
Adds a reference-counted file name to the list. |
|
|
Remove a reference for the specified file name. |
Version 4.0 | Generated 2025-05-03 | Home |