mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-23 20:59:36 +02:00
lcl: published TStringGrid OnGetCheckboxState and OnSetCheckboxState
git-svn-id: trunk@27778 -
This commit is contained in:
parent
794ad9f79c
commit
ab775d508d
@ -1567,6 +1567,7 @@ type
|
||||
property OnEndDrag;
|
||||
property OnEnter;
|
||||
property OnExit;
|
||||
property OnGetCheckboxState;
|
||||
property OnGetEditMask;
|
||||
property OnGetEditText;
|
||||
property OnHeaderClick;
|
||||
@ -1589,6 +1590,7 @@ type
|
||||
property OnSelectEditor;
|
||||
property OnSelection;
|
||||
property OnSelectCell;
|
||||
property OnSetCheckboxState;
|
||||
property OnSetEditText;
|
||||
property OnShowHint;
|
||||
property OnStartDock;
|
||||
|
Loading…
Reference in New Issue
Block a user