Classe TObjectsConsts
Unit
Declaração
type TObjectsConsts = class(TObjectsTypes)
Descrição
A class
TObjectsConsts
usada para separar as contantes da unit TObjects do pacote mi.rtl.
Hierarquia
- TObjectsTypes
- TObjectsConsts
Visão Geral
Campos
![]() |
nested const OkZeraFGetMem : Boolean = True; |
![]() |
nested const ErrorInfo : Integer = 0; |
![]() |
nested const stOk = 0; |
![]() |
nested const stError = -1; |
![]() |
nested const stCreateError= -2; |
![]() |
nested const stReadError = -3; |
![]() |
nested const stWriteError = -4; |
![]() |
nested const stGetError = -5; |
![]() |
nested const stPutError = -6; |
![]() |
nested const stSeekError = -7; |
![]() |
nested const stOpenError = -8; |
![]() |
nested const StShareError = -9; |
![]() |
nested const FmReadOnly = fmOpenRead; |
![]() |
nested const FmWriteOnly = fmOpenWrite; |
![]() |
nested const FmReadWrite = fmOpenReadWrite; |
![]() |
nested const FmDenyALL = fmShareCompat or fmShareExclusive; |
![]() |
nested const FmDenyWrite = fmShareCompat or fmShareDenyWrite; |
![]() |
nested const FmDenyRead = fmShareCompat or fmShareDenyRead; |
![]() |
nested const FmDenyNone = fmShareCompat or fmShareDenyNone; |
![]() |
nested const FmChildProcesses = $0080; |
![]() |
nested const FmCreate = $0100; |
![]() |
nested const FmWait = $0200 ; |
![]() |
nested const FmMemory = $0400 ; |
![]() |
nested const FmMemory_Temp = $0800 ; |
![]() |
nested const stOpenRead = FmReadOnly ; |
![]() |
nested const stOpenWrite = FmWriteOnly; |
![]() |
nested const stOpen = fmOpenReadWrite; |
![]() |
nested const StCreate = FmCreate ; |
![]() |
nested const IsApp_Console : Boolean = false; |
![]() |
nested const IsApp_ServerHttp : Boolean = false; |
![]() |
nested const IsApp_Cgi : Boolean = false; |
![]() |
nested const IsApp_FastCgi : Boolean = False; |
![]() |
nested const IsApp_LCL : Boolean = false; |
![]() |
nested const IsApp_RestApi : Boolean = false; |
![]() |
nested const coIndexError = -1; |
![]() |
nested const coOverflow = -2; |
![]() |
nested const vmtHeaderSize = 8; |
![]() |
nested const MaxBytes = MAX_BYTE; |
![]() |
nested const MaxWords = MAX_WORD; |
![]() |
nested const MaxSmallWords = MAX_SMALL_WORD; |
![]() |
nested const MaxPtrs = MAX_ARRAY_PTR; |
![]() |
nested const MaxCollectionSize = MaxPtrs; |
![]() |
nested const StreamTypes: PStreamRec = Nil; |
![]() |
nested const AnsiChar_Control_Template : AnsiCharSet = [#0..#31,fldCONTRACTION]; |
![]() |
nested const Okprocessing : Boolean = false; |
![]() |
nested const OkprocessingControlTime : Boolean = true; |
![]() |
nested const OkOkprocessingTime : Longint = 5 * 60; |
![]() |
nested const OkProcessingTime_Action : TOkProcessingTime_Action = OkProcessingTime_Action_Password; |
![]() |
nested const OkOkprocessingClockBegin : DWord = 0; |
![]() |
nested const OkTempoDeTentativas : Boolean = true; |
![]() |
nested const TempoDeTentativas : Longint = 10; |
Métodos
![]() |
Class Function SetOkprocessing(aOkprocessing : Boolean) : Boolean; |
![]() |
class procedure FreeAndNil(var Obj); |
![]() |
class procedure FreeAndNilSafe(var aObj); |
![]() |
class function NewStr(Const S: AnsiString): ptstring; |
![]() |
class function NewSItem(const Str: tString; ANext: PSItem): PSItem; |
![]() |
class Function CloneSItems(Const Items: PSItem):PSItem; |
![]() |
class Function CopyTemplateFrom(Const aTemplate:tString): tString; |
![]() |
class Procedure PushSItem(Const Str: AnsiString; Var ANext: PSItem); |
![]() |
class Procedure Push_MsgErro(Const Str: AnsiString); virtual; |
Descrição
Campos
![]() |
nested const OkZeraFGetMem : Boolean = True; |
True zera a memória alocada por FGetMem |
![]() |
nested const ErrorInfo : Integer = 0; |
![]() |
nested const stOk = 0; |
|
![]() |
nested const stError = -1; |
|
![]() |
nested const stCreateError= -2; |
|
![]() |
nested const stReadError = -3; |
|
![]() |
nested const stWriteError = -4; |
|
![]() |
nested const stGetError = -5; |
|
![]() |
nested const stPutError = -6; |
|
![]() |
nested const stSeekError = -7; |
|
![]() |
nested const stOpenError = -8; |
|
![]() |
nested const StShareError = -9; |
|
![]() |
nested const FmReadOnly = fmOpenRead; |
000 |
![]() |
nested const FmWriteOnly = fmOpenWrite; |
001 |
![]() |
nested const FmReadWrite = fmOpenReadWrite; |
010 |
![]() |
nested const FmDenyALL = fmShareCompat or fmShareExclusive; |
0010000 |
![]() |
nested const FmDenyWrite = fmShareCompat or fmShareDenyWrite; |
0100000 |
![]() |
nested const FmDenyRead = fmShareCompat or fmShareDenyRead; |
0110000 |
![]() |
nested const FmDenyNone = fmShareCompat or fmShareDenyNone; |
1000000 |
![]() |
nested const FmChildProcesses = $0080; |
10000000 |
![]() |
nested const FmCreate = $0100; |
100000000 |
![]() |
nested const FmWait = $0200 ; |
1000000000 |
![]() |
nested const FmMemory = $0400 ; |
10000000000 - Indica que o arquivo esta em tStreamemoria |
![]() |
nested const FmMemory_Temp = $0800 ; |
100000000000 - Indica que o arquivo e temporario e esta em tStreamemoria |
![]() |
nested const stOpenRead = FmReadOnly ; |
000 - Read access only |
![]() |
nested const stOpenWrite = FmWriteOnly; |
001 - Write access only |
![]() |
nested const stOpen = fmOpenReadWrite; |
010 - Read/write access |
![]() |
nested const StCreate = FmCreate ; |
100000000 - Create new file |
![]() |
nested const IsApp_Console : Boolean = false; |
|
![]() |
nested const IsApp_ServerHttp : Boolean = false; |
|
![]() |
nested const IsApp_Cgi : Boolean = false; |
|
![]() |
nested const IsApp_FastCgi : Boolean = False; |
|
![]() |
nested const IsApp_LCL : Boolean = false; |
|
![]() |
nested const IsApp_RestApi : Boolean = false; |
|
![]() |
nested const coIndexError = -1; |
Index out of range |
![]() |
nested const coOverflow = -2; |
Overflow |
![]() |
nested const vmtHeaderSize = 8; |
VMT header size |
![]() |
nested const MaxBytes = MAX_BYTE; |
Maximum data size |
![]() |
nested const MaxWords = MAX_WORD; |
Max word data size |
![]() |
nested const MaxSmallWords = MAX_SMALL_WORD; |
Max word data size |
![]() |
nested const MaxPtrs = MAX_ARRAY_PTR; |
Max ptr data size |
![]() |
nested const MaxCollectionSize = MaxPtrs; |
Max collection size |
![]() |
nested const StreamTypes: PStreamRec = Nil; |
Stream types reg |
![]() |
nested const AnsiChar_Control_Template : AnsiCharSet = [#0..#31,fldCONTRACTION]; |
|
![]() |
nested const Okprocessing : Boolean = false; |
![]() |
nested const OkprocessingControlTime : Boolean = true; |
![]() |
nested const OkOkprocessingTime : Longint = 5 * 60; |
![]() |
nested const OkProcessingTime_Action : TOkProcessingTime_Action = OkProcessingTime_Action_Password; |
![]() |
nested const OkOkprocessingClockBegin : DWord = 0; |
![]() |
nested const OkTempoDeTentativas : Boolean = true; |
Habilita TempoDeTentativas nas leitura e escritas ao arquivo |
![]() |
nested const TempoDeTentativas : Longint = 10; |
TimeOut = Tempo em segundos de tentativos nos processos de abertura, leitura e gravacao de arquivos |
Métodos
![]() |
Class Function SetOkprocessing(aOkprocessing : Boolean) : Boolean; |
![]() |
class procedure FreeAndNil(var Obj); |
![]() |
class procedure FreeAndNilSafe(var aObj); |
![]() |
class function NewStr(Const S: AnsiString): ptstring; |
- |
![]() |
class function NewSItem(const Str: tString; ANext: PSItem): PSItem; |
![]() |
class Function CloneSItems(Const Items: PSItem):PSItem; |
![]() |
class Function CopyTemplateFrom(Const aTemplate:tString): tString; |
A class function |
![]() |
class Procedure PushSItem(Const Str: AnsiString; Var ANext: PSItem); |
![]() |
class Procedure Push_MsgErro(Const Str: AnsiString); virtual; |
Coloca uma string na pilha |
Gerado por PasDoc 0.16.0.