Show: Delphi
C++
Display Preferences
WebAdapt.TBaseAdapterAction.GetVisible
From XE2 API Documentation
Delphi
function GetVisible: Boolean;
C++
bool __fastcall GetVisible(void);
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| function | protected | WebAdapt.pas WebAdapt.hpp |
WebAdapt | TBaseAdapterAction |
Description
Indicates whether a button or hyperlink for this adapter action should be displayed on the HTML page.
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.