Class TDbfGlobals

Unit

Declaration

type TDbfGlobals = class(TObject)

Description

This item has no description.

Hierarchy

Overview

Fields

Protected FCodePages: TList;
Protected FCurrencyAsBCD: Boolean;
Protected FDefaultOpenCodePage: Integer;
Protected FDefaultCreateLangId: Byte;
Protected FUserName: string;
Protected FUserNameLen: DWORD;

Methods

Protected function GetDefaultCreateCodePage: Integer;
Protected procedure SetDefaultCreateCodePage(NewCodePage: Integer);
Protected procedure InitUserName;
Public constructor Create;
Public destructor Destroy; override;
Public function CodePageInstalled(ACodePage: Integer): Boolean;

Properties

Public property CurrencyAsBCD: Boolean read FCurrencyAsBCD write FCurrencyAsBCD;
Public property DefaultOpenCodePage: Integer read FDefaultOpenCodePage write FDefaultOpenCodePage;
Public property DefaultCreateCodePage: Integer read GetDefaultCreateCodePage write SetDefaultCreateCodePage;
Public property DefaultCreateLangId: Byte read FDefaultCreateLangId write FDefaultCreateLangId;
Public property UserName: string read FUserName;
Public property UserNameLen: DWORD read FUserNameLen;

Description

Fields

Protected FCodePages: TList;

This item has no description.

Protected FCurrencyAsBCD: Boolean;

This item has no description.

Protected FDefaultOpenCodePage: Integer;

This item has no description.

Protected FDefaultCreateLangId: Byte;

This item has no description.

Protected FUserName: string;

This item has no description.

Protected FUserNameLen: DWORD;

This item has no description.

Methods

Protected function GetDefaultCreateCodePage: Integer;

This item has no description.

Protected procedure SetDefaultCreateCodePage(NewCodePage: Integer);

This item has no description.

Protected procedure InitUserName;

This item has no description.

Public constructor Create;

This item has no description.

Public destructor Destroy; override;

This item has no description.

Public function CodePageInstalled(ACodePage: Integer): Boolean;

This item has no description.

Properties

Public property CurrencyAsBCD: Boolean read FCurrencyAsBCD write FCurrencyAsBCD;

This item has no description.

Public property DefaultOpenCodePage: Integer read FDefaultOpenCodePage write FDefaultOpenCodePage;

This item has no description.

Public property DefaultCreateCodePage: Integer read GetDefaultCreateCodePage write SetDefaultCreateCodePage;

This item has no description.

Public property DefaultCreateLangId: Byte read FDefaultCreateLangId write FDefaultCreateLangId;

This item has no description.

Public property UserName: string read FUserName;

This item has no description.

Public property UserNameLen: DWORD read FUserNameLen;

This item has no description.


Generated by PasDoc 0.17.0.snapshot.