Class TSetupBDE (unit ReadBDEIni)

Inherits from

TObject

Constructors


constructor Create(FileName: string; TreeView: TTreeView);



Functions

destructor Destroy;


function GetAsString(Section, Ident: string): string;


function GetIniFileName: string;


function GetTempFileName: string;


procedure Refresh;

Maximum error string size

procedure RegisterBDE(CreateBorlandKey: boolean);


procedure SaveIniFile;


procedure SaveIniFileAs(NewName: string);


procedure TestBDE;

Just get the error with DbiGetErrorString.

function Update(Node: TTreeNode; Value: string): boolean;


procedure View(TreeView: TTreeView);


function GetIdentify(Section: string): string;


function GetValue(Section: string): string;


procedure OpenIniFile(FileName: string);


procedure Win32Chk(Win32OK: Boolean);


Properties

Events

Variables

BDEConfigOnly : boolean;


IniFIleChanged : boolean;


FIniFile : string;


FTempFile : string;


FTV : TTreeView;



Constructors


constructor Create(FileName: string; TreeView: TTreeView);


Functions


destructor Destroy;


function GetAsString(Section, Ident: string): string;


function GetIniFileName: string;


function GetTempFileName: string;


procedure Refresh;

Maximum error string size


procedure RegisterBDE(CreateBorlandKey: boolean);


procedure SaveIniFile;


procedure SaveIniFileAs(NewName: string);


procedure TestBDE;

Just get the error with DbiGetErrorString...


function Update(Node: TTreeNode; Value: string): boolean;


procedure View(TreeView: TTreeView);


function GetIdentify(Section: string): string;


function GetValue(Section: string): string;


procedure OpenIniFile(FileName: string);


procedure Win32Chk(Win32OK: Boolean);


Properties


Events


Variables


BDEConfigOnly : boolean;


IniFIleChanged : boolean;


FIniFile : string;


FTempFile : string;


FTV : TTreeView;