Data.DB.TBinaryField.SetText
[–] Properties | |
---|---|
Type: procedure function
| |
Visibility: protected | |
Source: Data.DB.pas Data.DB.hpp
| |
Unit: Data.DB | |
Parent: TBinaryField |
Delphi
procedure SetText(const Value: string); override;
C++
virtual void __fastcall SetText(const System::UnicodeString Value);
Description
Raises an exception when attempting to set the binary field's display text.
The SetText method raises an error while attempting to set the binary field's display text given by the Value parameter.