<< Click to display table of contents >> TRVCamMultiView.Font, ParentFont |
The properties specify the font used in:
•the search panel;
•the viewer itself to display “No Video” text.
VCL and LCL:
property Font: TFont;
property ParentFont: Boolean;
FMX:
property Font: TTextSettings;
To have a control use the same font as its parent control, set ParentFont to True. If ParentFont is False, the control uses its own Font property.
Default value
ParentFont: True
See also