[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'fpg_base' (#fpgui)

TFileEntryType

Represents the type of entry found on the filesystem.

Declaration

Source position: fpg_base.pas line 586

type TFileEntryType = (

  etFile,

  

Denotes a File type

  etDir

  

Denotes a Directory type

);

See also

TFileEntry

  

A simple data object representing a file


Documentation generated on: 2012-01-26