mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-28 16:40:48 +02:00
LCL, grids: made EditorTextChanged, issue #32329
git-svn-id: trunk@55745 -
This commit is contained in:
parent
a46cdde868
commit
1bd078ef60
@ -1019,7 +1019,6 @@ type
|
||||
procedure EditorSelectAll;
|
||||
procedure EditorShow(const SelAll: boolean); virtual;
|
||||
procedure EditorShowInCell(const aCol,aRow:Integer); virtual;
|
||||
procedure EditorTextChanged(const aCol,aRow: Integer; const aText:string); virtual;
|
||||
procedure EditorWidthChanged(aCol,aWidth: Integer); virtual;
|
||||
function FirstGridColumn: integer; virtual;
|
||||
function FixedGrid: boolean;
|
||||
@ -1265,6 +1264,8 @@ type
|
||||
procedure EditorKeyDown(Sender: TObject; var Key:Word; Shift:TShiftState);
|
||||
procedure EditorKeyPress(Sender: TObject; var Key: Char);
|
||||
procedure EditorKeyUp(Sender: TObject; var key:Word; shift:TShiftState);
|
||||
procedure EditorTextChanged(const aCol,aRow: Integer; const aText:string); virtual;
|
||||
|
||||
procedure EndUpdate(aRefresh: boolean = true);
|
||||
procedure EraseBackground(DC: HDC); override;
|
||||
function Focused: Boolean; override;
|
||||
|
Loading…
Reference in New Issue
Block a user