Vcl.StdActns.TEditAction.Control

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Control: TCustomEdit read FControl write SetControl;

C++

__property Vcl::Stdctrls::TCustomEdit* Control = {read=FControl, write=SetControl};

Properties

Type Visibility Source Unit Parent
property public
Vcl.StdActns.pas
Vcl.StdActns.hpp
Vcl.StdActns TEditAction

Description

Provides access to the target of the action.

Control is the edit control on which the action performs its function. Set the value of the Control property to limit the action so that it only operates on a specific edit control. If Control is unassigned, the action dynamically locates the target edit control when it executes.

See Also