Data.Bind.DBScope.TBindDataSetScope
| [–] Properties | |
|---|---|
| Type: class | |
| Visibility: public | |
| Source: Data.Bind.DBScope.pas Data.Bind.DBScope.hpp
| |
| Unit: Data.Bind.DBScope | |
| Parent: Data.Bind.DBScope | |
Delphi
TBindDataSetScope = class(TCustomScope)
C++
class PASCALIMPLEMENTATION TBindDataSetScope : public System::Bindings::Customscope::TCustomScope
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').