Delphi LiveBinds组件

时间:2022-05-08 13:12:22

Component Logo

Component Name Description
Delphi LiveBinds组件 TBindSourceDB Is used for creating bindings to databases.  创建数据库绑定
Delphi LiveBinds组件 TPrototypeBindSource Provides a data source for generating sample data that you can use to get started when you do not already have data to start with. Later you can replace this data source with some real data.
Delphi LiveBinds组件 TBindingsList Is used for holding of binding lists.
Delphi LiveBinds组件 TBindScope Is used for bindings to components.
Delphi LiveBinds组件 TDataGeneratorAdapter Is an adapter for data generators.
Delphi LiveBinds组件 TAdapterBindSource Is used for working with non-database data. The adapter property is used to connect the data source to non-database data, such as a generic collection of objects.
Delphi LiveBinds组件 TBindNavigator (FMX) Is used for cycling through records in a dataset when developing FMX applications.
Delphi LiveBinds组件 TBindNavigator (VCL) Is used for cycling through records in a dataset when developing VCL applications.

LiveBindings API Reference

Unit Name Contains
System.Bindings.CustomScope Custom scope-related classes
System.Bindings.CustomWrapper Custom wrapper-related classes
System.Bindings.EvalProtocol Interfaces used by the engine for the wrappers, scopes, and other internal structures
System.Bindings.Expression Binding expression-related classes
System.Bindings.ExpressionDefaults Default behavior for binding expressions
System.Bindings.Factories Factories for expressions, managers, and scopes
System.Bindings.Helper Tools for programmatic creation of binding expressions and for notifications
System.Bindings.Manager Binding manager-related implementations
System.Bindings.ManagerDefaults Default behavior for binding managers
System.Bindings.Methods Control of methods that can be used in the script
System.Bindings.Outputs Tools for control of expression outputs
Data.Bind Contains units with implementations for the LiveBindings components