RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomAdapterGotoPageAction.ImplWebEnabled Method

Indicates whether a button or hyperlink for this adapter action should be enabled on the HTML page.

Pascal
function ImplWebEnabled: Boolean; override;
C++
virtual __fastcall Boolean ImplWebEnabled();

ImplWebEnabled returns the result of false if the iteration index is equal to the parent adapter's current page. In other words, the command that goes to the parent adapter's current page will be disabled. Commands to goto all other pages will be enabled. 

 

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