<< Click to display table of contents >> TRVCamMultiView.FocusLineColor |
property FocusLineColor: TRVMColor;
FocusLineColor defines the color of a frame around the viewer when it is selected.
Default values [VCL and LCL]
•FocusLineColor: clRed
Default values [FMX]
•FocusLineColor: TAlphaColorRec.Red
Assign clNone (VCL and LCL) or TAlphaColorRec.Null (FMX) to to use a normal frame color for focused windows.
See also