Unit mdbf
Description
This item has no description.
Overview
Classes, Interfaces, Objects and Records
Types
Variables
Description
Types
TDbfStorage = (...); |
|
This item has no description. Values
|
TDbfOpenMode = (...); |
|
This item has no description. Values
-
omNormal
-
omAutoCreate
-
omTemporary
|
TDbfLanguageAction = (...); |
|
This item has no description. Values
-
laReadOnly
-
laForceOEM
-
laForceANSI
-
laDefault
|
TDbfTranslationMode = (...); |
|
This item has no description. Values
-
tmNoneAvailable
-
tmNoneNeeded
-
tmSimple
-
tmAdvanced
|
TDbfFileName = (...); |
|
This item has no description. Values
|
TDbfFileNames = set of TDbfFileName; |
|
This item has no description. |
TCompareRecordEvent = procedure(Dbf: TDbf; var Accept: Boolean) of object; |
|
This item has no description. |
TTranslateEvent = function(Dbf: TDbf; Src, Dest: PChar; ToOem: Boolean): Integer of object; |
|
This item has no description. |
TLanguageWarningEvent = procedure(Dbf: TDbf; var Action: TDbfLanguageAction) of object; |
|
This item has no description. |
TConvertFieldEvent = procedure(Dbf: TDbf; DstField, SrcField: TField) of object; |
|
This item has no description. |
TBeforeAutoCreateEvent = procedure(Dbf: TDbf; var DoCreate: Boolean) of object; |
|
This item has no description. |
TDbfBlobList = array[0..MaxListSize-1] of TDbfBlobStream; |
|
This item has no description. |
TDbf_GetBasePathFunction = function: string; |
|
This item has no description. |
Variables
Generated by PasDoc 0.17.0.snapshot.