TRVCamView.Font, ParentFont [VCL], TextSettings [FMX]

<< Click to display table of contents >>

TRVCamView.Font, ParentFont [VCL], TextSettings [FMX]

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;

[VCL and LCL note]: 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.

[FMX note]: TextSettings include Font and FontColor properties.

Default value [VCL and LCL]:

ParentFont: True

See also

CaptionFont