RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TBaseDataSetAdapterField.ImplGetVisible Method

Provides the underlying implementation for the GetVisible method.

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

GetVisible calls ImplGetVisible to determine whether this field should appear in HTML forms (in server-side script, the value of the Visible property). 

ImplGetVisible first checks whether the FieldModes property includes the current mode of the parent dataset adapter. If not, it returns false. If the current mode is supported, ImplGetVisible returns the value of the associated field component's Visible property. 

 

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