WebAdapt.TWebFormGetPageNameEvent
From RAD Studio API Documentation
C++
typedef void __fastcall (__closure *TWebFormGetPageNameEvent)(System::TObject* Sender, int APageIndex, System::UnicodeString &Value);
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| typedef | public | WebAdapt.hpp | WebAdapt | WebAdapt |
Description
TWebFormGetPageNameEvent is the type for event handlers that supply labels for the controls that navigate to Web pages.
TWebFormGetPageNameEvent is the type for event handlers of an adapter that return the name of a Web page.
Sender is the adapter action that needs the Web page name.
APageIndex is the index of the Web page for which a name is needed..
Value returns the name of the specified Web page.