Skip to content

FullRefresh - cWebBreadcrumb

Refreshes the breadcrumb

Type: Procedure

Syntax

Procedure FullRefresh

Call Example

Send FullRefresh

Description

Send this method to force the breadcrumb to refresh itself.

Normally, you do not need to send this message, as the breadcrumb will automatically refresh itself after a view is pushed onto or popped off the web application's view stack (cWebViewStack).

However, if you manually modify the view stack's captions by sending SetBreadcrumbCaption or SetHeaderCaption when a view is not being pushed or popped, then you will need to manually refresh the breadcrumb by sending FullRefresh.