Back to Devexpress

IdxActionFontNameValue Interface

vcl-dxactions-79f2d94e.md

latest985 B
Original Source

IdxActionFontNameValue Interface

An empty interface that indicates that the executed end-user command sets a new font typeface for text in a DevExpress control.

Declaration

delphi
IdxActionFontNameValue = interface(IInterface)

Remarks

This interface exposes no properties and methods. The automatic DevExpress UI generator interprets the Value property’s Variant value as a font typeface (Unicode string) for a TdxBasicAction class descendant that implements both the IdxActionValue and IdxActionFontNameValue interfaces.

Inheritance

IInterface IdxActionFontNameValue

See Also

IdxActionColorValue

IdxActionFontSizeValue

dxActions Unit