Unit msesys
Description
This item has no description.
Overview
Classes, Interfaces, Objects and Records
Functions and Procedures
Types
Constants
filerightattributes = [fa_rusr,fa_wusr,fa_xusr,
fa_rgrp,fa_wgrp,fa_xgrp,
fa_roth,fa_woth,fa_xoth,
fa_suid,fa_sgid,fa_svtx]; |
Variables
Description
Functions and Procedures
procedure checkdirstreamdata(var adata: dirstreamty); |
|
This item has no description. |
procedure syserror(const error: syserrorty; const text: msestring = ''); overload; |
|
This item has no description. |
procedure syserror(const error: syserrorty; const sender: tobject; text: msestring = ''); overload; |
|
This item has no description. |
function syelasterror: syserrorty; |
|
This item has no description. |
function syeseterror(aerror: integer): syserrorty; |
|
This item has no description. |
function syesetextendederror(const aerrormessage: msestring): syserrorty; |
|
This item has no description. |
function buildsyserrormessage(const error: syserrorty; const sender: tobject; text: msestring = ''): msestring; |
|
This item has no description. |
function getcommandlinearguments: msestringarty; |
|
This item has no description. |
function getcommandlineargument(const index: integer): msestring; |
|
This item has no description. |
procedure deletecommandlineargument(const index: integer); |
|
This item has no description. |
procedure saveformatsettings; |
|
This item has no description. |
procedure initdefaultformatsettings; |
|
This item has no description. |
Types
internalthreadprocty = function(): integer of object; |
|
This item has no description. |
procitemarty = array of procitemty; |
|
This item has no description. |
socketkindty = (...); |
|
This item has no description. Values
-
sok_local
-
sok_inet
-
sok_inet6
|
socketshutdownkindty = (...); |
|
This item has no description. Values
|
pollkindty = (...); |
|
This item has no description. Values
-
poka_read
-
poka_write
-
poka_except
|
pollkindsty = set of pollkindty; |
|
This item has no description. |
fileopenmodety = (...); |
|
This item has no description. Values
-
fm_none
-
fm_read
-
fm_write
-
fm_readwrite
-
fm_create
-
fm_append
|
fileaccessmodety = (...); |
|
This item has no description. Values
|
filerightty = (...); |
|
This item has no description. Values
-
s_irusr
-
s_iwusr
-
s_ixusr
-
s_irgrp
-
s_iwgrp
-
s_ixgrp
-
s_iroth
-
s_iwoth
-
s_ixoth
-
s_isuid
-
s_isgid
-
s_isvtx
|
filerightsty = set of filerightty; |
|
This item has no description. |
filetypety = (...); |
|
This item has no description. Values
-
ft_unknown
-
ft_dir
-
ft_blk
-
ft_chr
-
ft_reg
-
ft_lnk
-
ft_sock
-
ft_fifo
|
fileattributety = (...); |
|
This item has no description. Values
-
fa_rusr
-
fa_wusr
-
fa_xusr
-
fa_rgrp
-
fa_wgrp
-
fa_xgrp
-
fa_roth
-
fa_woth
-
fa_xoth
-
fa_suid
-
fa_sgid
-
fa_svtx
-
fa_dir
-
fa_archive
-
fa_compressed
-
fa_encrypted
-
fa_hidden
-
fa_offline
-
fa_reparsepoint
-
fa_sparsefile
-
fa_system
-
fa_temporary
-
fa_all
|
accessmodety = (...); |
|
This item has no description. Values
-
am_read
-
am_write
-
am_execute
-
am_exist
|
accessmodesty = set of accessmodety; |
|
This item has no description. |
pollflagty = (...); |
|
This item has no description. Values
-
pf_in
-
pf_pri
-
pf_out
-
pf_err
-
pf_hup
-
pf_nval
|
pollflagsty = set of pollflagty; |
|
This item has no description. |
ppollflagsty = ˆpollflagsty; |
|
This item has no description. |
pollcallbackty = procedure(const aflags: pollflagsty; const adata: pointer) of object; |
|
This item has no description. |
fileinfostatety = (...); |
|
This item has no description. Values
-
fis_typevalid
-
fis_extinfo1valid
-
fis_extinfo2valid
-
fis_diropen
-
fis_hasentry
|
pfileinfoty = ˆfileinfoty; |
|
This item has no description. |
fileinfolevelty = (...); |
|
This item has no description. Values
-
fil_name
-
fil_type
-
fil_ext1
-
fil_ext2
|
dirstreamoptionty = (...); |
|
This item has no description. Values
-
dso_casesensitive
-
dso_caseinsensitive
|
dirstreampty = array[0..7] of pointer; |
|
This item has no description. |
Constants
filerightattributes = [fa_rusr,fa_wusr,fa_xusr,
fa_rgrp,fa_wgrp,fa_xgrp,
fa_roth,fa_woth,fa_xoth,
fa_suid,fa_sgid,fa_svtx]; |
|
This item has no description. |
Variables
defaultprintcommand: msestring; |
|
This item has no description. |
mselasterror: integer; |
|
This item has no description. |
mselasterrormessage: msestring; |
|
This item has no description. |
Generated by PasDoc 0.17.0.snapshot.