Unit dbf_collate

Description

This item has no description.

Overview

Classes, Interfaces, Objects and Records

Name Description
Record TCollationDefinition  

Functions and Procedures

function GetCollationTable( DbfLangId :integer ) :PCollationTable;
function DbfCompareString( CollationTable :PCollationTable; String1 :PChar; nLength1 :integer; String2 :PChar; nLength2 :integer ) :integer;
function RegisterCollation( DbfLangId :integer; CollationTable :PCollationTable; BDEName :TCollationBDEName ) :Boolean;

Types

TCollationTable = array[0..255] of Byte;
PCollationTable = ˆTCollationTable;
TCollationBDEName = string[8];

Constants

BINARY_COLLATION :PCollationTable = PCollationTable($111);
UNKNOWN_COLLATION :PCollationTable = PCollationTable($222);

Variables

CollationTables:array[0..255] of TCollationDefinition;

Description

Functions and Procedures

function GetCollationTable( DbfLangId :integer ) :PCollationTable;

This item has no description.

function DbfCompareString( CollationTable :PCollationTable; String1 :PChar; nLength1 :integer; String2 :PChar; nLength2 :integer ) :integer;

This item has no description.

function RegisterCollation( DbfLangId :integer; CollationTable :PCollationTable; BDEName :TCollationBDEName ) :Boolean;

This item has no description.

Types

TCollationTable = array[0..255] of Byte;

This item has no description.

PCollationTable = ˆTCollationTable;

This item has no description.

TCollationBDEName = string[8];

This item has no description.

Constants

BINARY_COLLATION :PCollationTable = PCollationTable($111);

This item has no description.

UNKNOWN_COLLATION :PCollationTable = PCollationTable($222);

This item has no description.

Variables

CollationTables:array[0..255] of TCollationDefinition;

This item has no description.


Generated by PasDoc 0.17.0.snapshot.