RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomDataSetAdapterAction.OnGetEnabled Event

Occurs when the WebSnap application to determine whether a control or hyperlink for this action should be enabled.

Pascal
property OnGetEnabled: TActionGetEnabledEvent;
C++
__property TActionGetEnabledEvent OnGetEnabled;

Write an OnGetEnabled event handler to indicate whether a control or hyperlink that represents this event in an HTML form should be enabled. If the event handler sets the Enabled parameter to false, controls or hyperlinks for this action always appear disabled. If the event handler sets the Enabled parameter to true, the TCustomDataSetAdapterAction descendant determines whether controls and hyperlinks are enabled, based on its ability to perform its built-in task. 

 

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