RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomDataSetAdapterAction.ImplGetVisible Method

Provides the underlying implementation for the GetVisible method.

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

The GetVisible method calls ImplGetVisible to determine whether the HTML form should include a control or hyperlink for this action. (In server-side script, this returns the value of the Visible property). 

ImplGetVisible returns true if the ActionModes property includes the current mode of the parent dataset adapter. If not, it returns false. 

 

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