SelectionBorderColor: IGxColor;
SelectionBorderColor: Prognoz.Platform.Interop.Drawing.GxColor;
The SelectionBorderColor property determines color of selection border.
NOTE. The table does not support setting up transparency of custom selection color.
Var
Tab: ITabSheet;
Begin
Tab := ...;
Tab.View.SelectionBorderColor := GxColor.FromName("Green");
Tab.View.SelectionColor := GxColor.FromName("Red");
See also: