mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-12 16:09:41 +02:00
LCL/DBGrid: Publish some col/row dragging properties, patch by Joeny Ang. Issue #39994.
This commit is contained in:
parent
6e997e296e
commit
6c6bb1812a
@ -596,6 +596,9 @@ type
|
|||||||
property BorderStyle;
|
property BorderStyle;
|
||||||
property CellHintPriority;
|
property CellHintPriority;
|
||||||
property Color;
|
property Color;
|
||||||
|
property ColRowDraggingCursor;
|
||||||
|
property ColRowDragIndicatorColor;
|
||||||
|
property ColSizingCursor;
|
||||||
property Columns; // stored false;
|
property Columns; // stored false;
|
||||||
property Constraints;
|
property Constraints;
|
||||||
property DataSource;
|
property DataSource;
|
||||||
|
Loading…
Reference in New Issue
Block a user