Skip to main content

TcxLockedStateImageOptions.UpdateFont(TFont) Method

Updates the message box font with the specified font settings.

Declaration

procedure UpdateFont(AFont: TFont);

Parameters

Name Type
AFont TFont

Remarks

This procedure supports the internal infrastructure and is not intended to be used directly from your code. The owner control internally calls the UpdateFont procedure to update the font settings applied to the text within the message box on top of the “Locked View” image.

Calling the UpdateFont procedure has no effect if the Font property stores the custom font settings (that is, if the IsiavFont flag is present in the AssignedValues property value).

See Also