Data.DBXDelegate.TDBXDelegateCommand.SetText

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
procedure
function
Visibility: protected
Source:
Data.DBXDelegate.pas
Data.DBXDelegate.hpp
Unit: Data.DBXDelegate
Parent: TDBXDelegateCommand

Delphi

procedure SetText(const Value: string); override;

C++

virtual void __fastcall SetText(const System::UnicodeString Value);

Description

Setter of Text.

Data.DBXDelegate.TDBXDelegateCommand.SetText inherits from Data.DBXCommon.TDBXCommand.SetText. All content below this line refers to Data.DBXCommon.TDBXCommand.SetText.

Setter of Text.

See Also