Virtual-TreeView icon indicating copy to clipboard operation
Virtual-TreeView copied to clipboard

[FMX port]RenderOleData, ShiftState, IsFocused, Color

Open livius2 opened this issue 3 years ago • 0 comments

  1. Moved RenderOleData to Vcl specific units.
  2. Introduce KeysToShiftState, as method, to be available in whole hierarchy (FMX) without specifing Unit file name (prevent circular unit ref).
  3. Introduce Focused function as an alias for IsFocused property on FMX to be compatible with Vcl.
  4. Introduce Color property as an alias for Fill.Color on FMX to be compatible with Vcl.

livius2 avatar Oct 03 '22 14:10 livius2