Class tcustomfiledatalist
Unit
Declaration
type tcustomfiledatalist = class(tdynamicdatalist)
Description
No description available, ancestor tdynamicdatalist description follows
No description available, ancestor tdatalist description follows
No description available, ancestor tlinkedpersistent description follows
No description available, ancestor tnullinterfacedpersistent description follows
No description available, ancestor tvirtualpersistent description follows
Hierarchy
- TObject
- tpersistent
- tvirtualpersistent
- tnullinterfacedpersistent
- tlinkedpersistent
- tdatalist
- tdynamicdatalist
- tcustomfiledatalist
Overview
Methods
procedure freedata(var data); override; |
|
procedure beforecopy(var data); override; |
|
function compare(const l,r): integer; override; |
|
constructor create; override; |
|
function add(const value: fileinfoty): integer; |
|
function adddirectory(const directoryname: filenamety; ainfolevel: fileinfolevelty = fil_name; const amask: filenamearty = nil; const aincludeattrib: fileattributesty = [fa_all]; const aexcludeattrib: fileattributesty = []; const aoptions: dirstreamoptionsty = []; const acheckproc: checkfileeventty = nil; const noexception: boolean = false): boolean; overload; |
|
function adddirectory(const directoryname: filenamety; ainfolevel: fileinfolevelty; const amask: filenamety; const aincludeattrib: fileattributesty = [fa_all]; const aexcludeattrib: fileattributesty = []; const aoptions: dirstreamoptionsty = []; const acheckproc: checkfileeventty = nil; const noexception: boolean = false): boolean; overload; |
|
function adddirectory1(const directoryname: filenamety; ainfolevel: fileinfolevelty = fil_name; const amask: filenamearty = nil; const aincludeattrib: fileattributesty = [fa_all]; const aexcludeattrib: fileattributesty = []; const aoptions: dirstreamoptionsty = []; const acheckproc: checkfileeventty = nil; const noexception: boolean = false): boolean; |
|
function adddirectory2(const directoryname: filenamety; ainfolevel: fileinfolevelty; const amask: filenamety; const aincludeattrib: fileattributesty = [fa_all]; const aexcludeattrib: fileattributesty = []; const aoptions: dirstreamoptionsty = []; const acheckproc: checkfileeventty = nil; const noexception: boolean = false): boolean; |
|
function itempo(const index: integer): pfileinfoty; |
|
function indexof(const filename: filenamety): integer; |
|
function isdir(index: integer): boolean; |
Properties
property items[index:integer]: fileinfoty read getitems; |
|
property options: filelistoptionsty read foptions write setoptions default []; |
Description
Methods
procedure freedata(var data); override; |
|
procedure beforecopy(var data); override; |
|
function compare(const l,r): integer; override; |
|
constructor create; override; |
|
function add(const value: fileinfoty): integer; |
|
function adddirectory(const directoryname: filenamety; ainfolevel: fileinfolevelty = fil_name; const amask: filenamearty = nil; const aincludeattrib: fileattributesty = [fa_all]; const aexcludeattrib: fileattributesty = []; const aoptions: dirstreamoptionsty = []; const acheckproc: checkfileeventty = nil; const noexception: boolean = false): boolean; overload; |
|
function adddirectory(const directoryname: filenamety; ainfolevel: fileinfolevelty; const amask: filenamety; const aincludeattrib: fileattributesty = [fa_all]; const aexcludeattrib: fileattributesty = []; const aoptions: dirstreamoptionsty = []; const acheckproc: checkfileeventty = nil; const noexception: boolean = false): boolean; overload; |
|
function adddirectory1(const directoryname: filenamety; ainfolevel: fileinfolevelty = fil_name; const amask: filenamearty = nil; const aincludeattrib: fileattributesty = [fa_all]; const aexcludeattrib: fileattributesty = []; const aoptions: dirstreamoptionsty = []; const acheckproc: checkfileeventty = nil; const noexception: boolean = false): boolean; |
|
function adddirectory2(const directoryname: filenamety; ainfolevel: fileinfolevelty; const amask: filenamety; const aincludeattrib: fileattributesty = [fa_all]; const aexcludeattrib: fileattributesty = []; const aoptions: dirstreamoptionsty = []; const acheckproc: checkfileeventty = nil; const noexception: boolean = false): boolean; |
|
function itempo(const index: integer): pfileinfoty; |
|
function indexof(const filename: filenamety): integer; |
|
function isdir(index: integer): boolean; |
|
Properties
property items[index:integer]: fileinfoty read getitems; |
|
property options: filelistoptionsty read foptions write setoptions default []; |
|
Generated by PasDoc 0.16.0.