mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-18 05:59:19 +02:00
lcl: fixed typo and formatting
git-svn-id: trunk@53967 -
This commit is contained in:
parent
f33a1a9151
commit
de4b901bdd
@ -1194,7 +1194,7 @@ type
|
||||
|
||||
property OnAfterSelection: TOnSelectEvent read FOnAfterSelection write FOnAfterSelection;
|
||||
property OnBeforeSelection: TOnSelectEvent read FOnBeforeSelection write FOnBeforeSelection;
|
||||
property OnCheckboxToggled: TToggledcheckboxEvent read FOnCheckboxToggled write FOnCheckboxToggled;
|
||||
property OnCheckboxToggled: TToggledCheckboxEvent read FOnCheckboxToggled write FOnCheckboxToggled;
|
||||
property OnCompareCells: TOnCompareCells read FOnCompareCells write FOnCompareCells;
|
||||
property OnPrepareCanvas: TOnPrepareCanvasEvent read FOnPrepareCanvas write FOnPrepareCanvas;
|
||||
property OnDrawCell: TOnDrawCell read FOnDrawCell write FOnDrawCell;
|
||||
|
Loading…
Reference in New Issue
Block a user