Skip to main content

TdxBarManager.CanShowRecentItems Method

Determines whether the recently used items of the current bar manager’s toolbars can be displayed.

Declaration

function CanShowRecentItems: Boolean;

Returns

Type
Boolean

Remarks

If the return value of the CanShowRecentItems function is True the recently used items can be displayed first on the corresponding toolbars. Otherwise, bar items are displayed in order of creation.

The value of the CanShowRecentItems function depends on the paint style of the current bar manager. When the style is standard (bmsStandard) the function’s value is False.

See Also