Unit dbf_common
Description
This item has no description.
Overview
Classes, Interfaces, Objects and Records
Functions and Procedures
Types
Constants
Description
Functions and Procedures
procedure FreeAndNil(var v); |
|
This item has no description. |
procedure FreeMemAndNil(var P: Pointer); |
|
This item has no description. |
function IncludeTrailingPathDelimiter(const Path: string): string; |
|
This item has no description. |
function GetCompletePath(const Base, Path: string): string; |
|
This item has no description. |
function GetCompleteFileName(const Base, FileName: string): string; |
|
This item has no description. |
function IsFullFilePath(const Path: string): Boolean; |
|
This item has no description. |
function DateTimeToBDETimeStamp(aDT: TDateTime): double; |
|
This item has no description. |
function BDETimeStampToDateTime(aBT: double): TDateTime; |
|
This item has no description. |
procedure FindNextName(BaseName: string; var OutName: string; var Modifier: Integer); |
|
This item has no description. |
function SwapWordBE(const Value: word): word; |
|
This item has no description. |
function SwapWordLE(const Value: word): word; |
|
This item has no description. |
function SwapIntBE(const Value: dword): dword; |
|
This item has no description. |
function SwapIntLE(const Value: dword): dword; |
|
This item has no description. |
function TranslateString(FromCP, ToCP: Cardinal; Src, Dest: PChar; Length: Integer): Integer; |
|
This item has no description. |
function MemScan(const Buffer: Pointer; Chr: Byte; Length: Integer): Pointer; |
|
This item has no description. |
Types
TDbfFieldType = char; |
|
This item has no description. |
TXBaseVersion = (...); |
|
This item has no description. Values
-
xUnknown
-
xClipper
-
xBaseIII
-
xBaseIV
-
xBaseV
-
xFoxPro
-
xBaseVII
|
TSearchKeyType = (...); |
|
This item has no description. Values
-
stEqual
-
stGreaterEqual
-
stGreater
|
TDateTimeHandling = (...); |
|
This item has no description. Values
-
dtDateTime
-
dtBDETimeStamp
|
PDateTime = ˆTDateTime; |
|
This item has no description. |
PtrInt = Longint; |
|
This item has no description. |
PSmallInt = ˆSmallInt; |
|
This item has no description. |
PCardinal = ˆCardinal; |
|
This item has no description. |
PDouble = ˆDouble; |
|
This item has no description. |
PString = ˆString; |
|
This item has no description. |
Constants
TDBF_MAJOR_VERSION = 6; |
|
This item has no description. |
TDBF_MINOR_VERSION = 9; |
|
This item has no description. |
TDBF_SUB_MINOR_VERSION = 2; |
|
This item has no description. |
TDBF_TABLELEVEL_FOXPRO = 25; |
|
This item has no description. |
JulianDateDelta = 1721425; |
|
This item has no description. |
Generated by PasDoc 0.17.0.snapshot.