[Overview][Types][Classes][Procedures and functions][Index] Reference for unit 'ShellCtrls' (#lcl)

TFileItem.FileInfo

TSearchRec instance with information about the file or directory in the item.

Declaration

Source position: shellctrls.pas line 70

public property TFileItem.FileInfo : TSearchRec
  read FFileInfo
  write FFileInfo;

Description

FileInfo is assigned in the Create constructor using the value passed in the DirInfo argument.

See also

TFileItem.Create

  

Constructor for the class instance.

TFileItem.BasePath

  

Path to the directory where the file item is stored on the local file system.

TFileItem.isFolder

  

True when the item represents a folder on the local file system.


Version 4.0 Generated 2025-05-03 Home