RAD Studio VCL Reference
|
TWebFormGetPageNameEvent is the type for event handlers that supply labels for the controls that navigate to Web pages.
TWebFormGetPageNameEvent = procedure (Sender: TObject; APageIndex: Integer; var Value: string) of object;
(Sender: TObject; APageIndex: Integer; var Value: string) ( TWebFormGetPageNameEvent)();
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.
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|