|
@@ -31,6 +31,10 @@ type
|
|
|
|
|
|
PGDBController=^TGDBController;
|
|
PGDBController=^TGDBController;
|
|
TGDBController=object(TGDBInterface)
|
|
TGDBController=object(TGDBInterface)
|
|
|
|
+ private
|
|
|
|
+ { print }
|
|
|
|
+ function InternalGetValue(Const expr : string) : AnsiString;
|
|
|
|
+ public
|
|
progname,
|
|
progname,
|
|
progdir,
|
|
progdir,
|
|
progargs : pchar;
|
|
progargs : pchar;
|
|
@@ -61,7 +65,6 @@ type
|
|
{ set command }
|
|
{ set command }
|
|
function SetCommand(Const SetExpr : string) : boolean;
|
|
function SetCommand(Const SetExpr : string) : boolean;
|
|
{ print }
|
|
{ print }
|
|
- function InternalGetValue(Const expr : string) : AnsiString;
|
|
|
|
function PrintCommand(const expr : string): AnsiString;
|
|
function PrintCommand(const expr : string): AnsiString;
|
|
function PrintFormattedCommand(const expr : string; Format : TPrintFormatType): AnsiString;
|
|
function PrintFormattedCommand(const expr : string; Format : TPrintFormatType): AnsiString;
|
|
{ breakpoints }
|
|
{ breakpoints }
|