System.Bindings.ExpressionDefaults.TBindingExpressionDefault.Create
Delphi
constructor Create(Manager: TBindingManager = nil);
C++
__fastcall TBindingExpressionDefault(System::Bindings::Manager::TBindingManager* Manager);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
constructor | public | System.Bindings.ExpressionDefaults.pas System.Bindings.ExpressionDefaults.hpp |
System.Bindings.ExpressionDefaults | TBindingExpressionDefault |
Description
Creates a TBindingExpressionDefault instance.
The Create constructor creates a new instance of the TBindingExpressionDefault class.
Tip: Assigning a manager does not mean that the expression is added to the managers list. Instances of the TBindingExpressionDefault class should not be created directly using this constructor, but using a binding manager instead.