mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-22 05:59:28 +02:00
LCL, grids, made TStringCellEditor OnEditingDone public
git-svn-id: trunk@32235 -
This commit is contained in:
parent
2033ebd8ed
commit
3a422036a4
@ -205,6 +205,7 @@ type
|
||||
procedure msg_GetGrid(var Msg: TGridMessage); message GM_GETGRID;
|
||||
public
|
||||
procedure EditingDone; override;
|
||||
property OnEditingDone;
|
||||
end;
|
||||
|
||||
{ TButtonCellEditor }
|
||||
|
Loading…
Reference in New Issue
Block a user