Virtual-TreeView
Virtual-TreeView copied to clipboard
[FMX port]RenderOleData, ShiftState, IsFocused, Color
- Moved RenderOleData to Vcl specific units.
- Introduce KeysToShiftState, as method, to be available in whole hierarchy (FMX) without specifing Unit file name (prevent circular unit ref).
- Introduce Focused function as an alias for IsFocused property on FMX to be compatible with Vcl.
- Introduce Color property as an alias for Fill.Color on FMX to be compatible with Vcl.