mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-12 09:56:12 +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 OnEndDrag;
|
||||||
property OnEnter;
|
property OnEnter;
|
||||||
property OnExit;
|
property OnExit;
|
||||||
|
property OnGetCheckboxState;
|
||||||
property OnGetEditMask;
|
property OnGetEditMask;
|
||||||
property OnGetEditText;
|
property OnGetEditText;
|
||||||
property OnHeaderClick;
|
property OnHeaderClick;
|
||||||
@ -1589,6 +1590,7 @@ type
|
|||||||
property OnSelectEditor;
|
property OnSelectEditor;
|
||||||
property OnSelection;
|
property OnSelection;
|
||||||
property OnSelectCell;
|
property OnSelectCell;
|
||||||
|
property OnSetCheckboxState;
|
||||||
property OnSetEditText;
|
property OnSetEditText;
|
||||||
property OnShowHint;
|
property OnShowHint;
|
||||||
property OnStartDock;
|
property OnStartDock;
|
||||||
|
Loading…
Reference in New Issue
Block a user