Skip to main content

TdxPrintStyleManager.RefreshAutoHFTextEntries Method

Refreshes the list of the AutoText values for headers/footers.

Declaration

procedure RefreshAutoHFTextEntries;

Remarks

The RefreshAutoHFTextEntries method is used to restore the original AutoText value list that was changed either within the Edit AutoText Entries dialog window or by assigning a new value to the AutoHFTextEntries property.

You can initialize the AutoHFTextEntries property with your custom AutoText values:

  • Write your own procedure to compose your custom list of AutoText values;

  • Assign this procedure to the dxGetAutoHFTextEntriesProc global variable.

In this instance, the RefreshAutoHFTextEntries method restores the AutoText value list created by your procedure.

See Also