RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TBaseEndUserAdapter.ImplProduceLoginPage Method

Generate the HTML login page.

Pascal
function ImplProduceLoginPage: Boolean; virtual;
C++
virtual __fastcall Boolean ImplProduceLoginPage();

The ImplProduceLoginPage is called to generate the HTML login page It first calls the OnProduceLoginPage event handler to allow for a customized version. If no event handler is defined, it then has default code to generate the page using the page producer. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!