Unit 'dbf_dbffile' Package
[Overview][Types][Classes][Variables][Index] [#fcl-db]

TDbfGlobals

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: dbf_dbffile.pas line 214

type TDbfGlobals = class

protected

  FCodePages: TList;

  FCurrencyAsBCD: Boolean;

  FDefaultOpenCodePage: Integer;

  FDefaultCreateLangId: Byte;

  FUserName: string;

  FUserNameLen: DWORD;

  function GetDefaultCreateCodePage;

  procedure SetDefaultCreateCodePage();

  procedure InitUserName;

public

  constructor Create;

  destructor Destroy; override;

  function CodePageInstalled();

  property CurrencyAsBCD: Boolean; [rw]

  property DefaultOpenCodePage: Integer; [rw]

  property DefaultCreateCodePage: Integer; [rw]

  property DefaultCreateLangId: Byte; [rw]

  property UserName: string; [r]

  property UserNameLen: DWORD; [r]

end;

Inheritance

TDbfGlobals

|

TObject


Documentation generated on: 2023-03-18