System.Bindings.Outputs.TBindingOutput.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(AOwner: TObject; AOptions: TOptions = [opNotify]);

C++

__fastcall TBindingOutput(System::TObject* AOwner, TOptions AOptions);

Properties

Type Visibility Source Unit Parent
constructor public
System.Bindings.Outputs.pas
System.Bindings.Outputs.hpp
System.Bindings.Outputs TBindingOutput

Description

Creates a TBindingOutput instance.

The Create constructor creates a new instance of the TBindingOutput class.

See Also