API:Data.Bind.Components.TBindExpression.SourceExpression

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property SourceExpression: string read FSourceExpression write SetSourceExpression default 0;

C++

__property SourceExpression = {default=0};

Properties

Type Visibility Source Unit Parent
property published
Data.Bind.Components.pas
Data.Bind.Components.hpp
Data.Bind.Components TBindExpression

Description

Specifies the source binding expression that will get data from the source component.

Data.Bind.Components.TBindExpression.SourceExpression inherits from Data.Bind.Components.TCustomBindExpression.SourceExpression. All content below this line refers to Data.Bind.Components.TCustomBindExpression.SourceExpression.

Specifies the source binding expression that will get data from the source component.

See Also