lcl: fixed typo and formatting

git-svn-id: trunk@53967 -
This commit is contained in:
mattias 2017-01-18 11:36:17 +00:00
parent f33a1a9151
commit de4b901bdd

View File

@ -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;
@ -1207,7 +1207,7 @@ type
property OnTopLeftChanged: TNotifyEvent read FOnTopLeftChanged write FOnTopLeftChanged;
property OnUserCheckboxBitmap: TUserCheckboxBitmapEvent read FOnUserCheckboxBitmap write FOnUserCheckboxBitmap;
property OnValidateEntry: TValidateEntryEvent read FOnValidateEntry write FOnValidateEntry;
//Bidi functions
// Bidi functions
function FlipRect(ARect: TRect): TRect;
function FlipPoint(P: TPoint): TPoint;
function FlipX(X: Integer): Integer;