mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-27 00:50:33 +02:00
* fixes for fields after classes also apply to TP objects. Fixed.
git-svn-id: trunk@13337 -
This commit is contained in:
parent
3ffd12f9fb
commit
91009ca615
@ -36,13 +36,13 @@ Const
|
||||
type
|
||||
PKeyDialog = ^TKeyDialog;
|
||||
TKeyDialog = object(TCenterDialog)
|
||||
Constructor Init(Const ATitle : String);
|
||||
{Procedure HandleEvent(var E : TEvent);virtual;}
|
||||
function Execute : Word;Virtual;
|
||||
PSTL : Array [1..NumWantedKeys] of PLabel;
|
||||
PL : Array [1..NumWantedKeys] of PInputLine;
|
||||
KeyOK : Array [1..NumWantedKeys] of boolean;
|
||||
PST,PST2 : PAdvancedStaticText;
|
||||
Constructor Init(Const ATitle : String);
|
||||
{Procedure HandleEvent(var E : TEvent);virtual;}
|
||||
function Execute : Word;Virtual;
|
||||
end;
|
||||
|
||||
Procedure LoadKeys(var S : TStream);
|
||||
|
@ -124,10 +124,10 @@ type
|
||||
|
||||
PSourceEditor = ^TSourceEditor;
|
||||
TSourceEditor = object(TFileEditor)
|
||||
constructor Init(var Bounds: TRect; AHScrollBar, AVScrollBar:
|
||||
PScrollBar; AIndicator: PIndicator;const AFileName: string);
|
||||
CompileStamp : longint;
|
||||
CodeCompleteTip: PFPToolTip;
|
||||
constructor Init(var Bounds: TRect; AHScrollBar, AVScrollBar:
|
||||
PScrollBar; AIndicator: PIndicator;const AFileName: string);
|
||||
{$ifndef NODEBUG}
|
||||
private
|
||||
ShouldHandleBreakpoints : boolean;
|
||||
|
Loading…
Reference in New Issue
Block a user