Data.Bind.DBScope.TBindDataSetScope

Delphi
TBindDataSetScope = class(TCustomScope)
C++
class PASCALIMPLEMENTATION TBindDataSetScope : public System::Bindings::Customscope::TCustomScope
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
class | public | Data.Bind.DBScope.pas Data.Bind.DBScope.hpp |
Data.Bind.DBScope | Data.Bind.DBScope |
Description
Custom scope for dataset support.
The TBindDataSetScope class implements a custom scope for dataset support. This scope allows the engine to access fields from a dataset using the MyDataset.MyFieldName
format instead of MyDataset.FieldByName('MyFieldName')
.