Vcl.DBCtrls.TDBRichEdit.UpdateAction

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function UpdateAction(Action: TBasicAction): Boolean; override;

C++

virtual bool __fastcall UpdateAction(System::Classes::TBasicAction* Action);

Properties

Type Visibility Source Unit Parent
function public
Vcl.DBCtrls.pas
Vcl.DBCtrls.hpp
Vcl.DBCtrls TDBRichEdit

Description

Updates an action to reflect the current state of the TDBRichEdit.

UpdateAction is called automatically when the application is idle to give the TDBRichEdit an opportunity to update associated actions. This allows actions to be grayed, checked, or to otherwise reflect the status of the TDBRichEdit they target.

The Action parameter specifies the action component that should be updated. UpdateAction returns trueif the action component now reflects the state of the component, and false if it did not know how to update the action.

See Also