Back to Devexpress

IdxActionFontSizeValue Interface

vcl-dxactions-af47d728.md

latest961 B
Original Source

IdxActionFontSizeValue Interface

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

Declaration

delphi
IdxActionFontSizeValue = 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 size (integer) for a TdxBasicAction class descendant that implements both the IdxActionValue and IdxActionFontSizeValue interfaces.

Inheritance

IInterface IdxActionFontSizeValue

See Also

IdxActionColorValue

IdxActionFontNameValue

dxActions Unit