Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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