RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TBaseAdapterAction.GetVisible Method

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

Pascal
function GetVisible: Boolean;
C++
__fastcall Boolean GetVisible();

The state of the parent adapter may dictate whether a button or hyperlink for a particular adapter action should not be shown. For example, TDataSetAdapterApplyRowAction can be configured to return false when the parent TDataSetAdapter is in browse mode. GetVisible calls ImplGetVisible. Server-side script can access the value returned by GetVisible using the Visible property of an adapter action object. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!