System.Bindings.Expression.TBindingExpression.SetSource
Delphi
procedure SetSource(const Value: String); virtual;
C++
virtual void __fastcall SetSource(const System::UnicodeString Value);
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
| procedure function | protected | System.Bindings.Expression.pas System.Bindings.Expression.hpp | System.Bindings.Expression | TBindingExpression | 
Description
Setter implementation for the Source property.
The SetSource method is the protected setter implementation for the Source property.