LCL/DBGrid: Publish some col/row dragging properties, patch by Joeny Ang. Issue #39994.

This commit is contained in:
wp_xyz 2022-11-12 13:21:12 +01:00
parent 6e997e296e
commit 6c6bb1812a

View File

@ -596,6 +596,9 @@ type
property BorderStyle;
property CellHintPriority;
property Color;
property ColRowDraggingCursor;
property ColRowDragIndicatorColor;
property ColSizingCursor;
property Columns; // stored false;
property Constraints;
property DataSource;