System.Bindings.Outputs

From RAD Studio API Documentation
Jump to: navigation, search


Contains classes that implement a factory for managing callbacks used for assignment to output properties of classes, collections of routines used by data bindings, and various routines and types that support the converters for Left Values and related functionality.

Package bindengine250.bpl

Classes

EBindConverterErrorException class for managing binding converter errors.
EBindOutputCallbackErrorException class for managing output callback errors.
EBindOutputErrorException class for managing binding output errors.
IValueRefConverterDefines converter methods implemented by TValueRefConverter.
TBindingCallbackFactoryFactory for managing callbacks used for assignment to output properties of classes.
TBindingOutputCollection of routines used by data bindings.
TConverterUtilsCollection of utilities for assigning/converting one type of value to another type of value.
TValueRefConverterConverter collection that allows handling type coercion with references to objects implemented by class instances.
TValueRefConverterFactoryFactory for registering custom converter routines to be used in bound output assignment.

Types

TBindingAssignedValueEvent
TBindingAssigningValueEvent
TBindingAssignValueRecRecord that contains a binding output pair.
TBindingEvalErrorEvent
TBindingLocationUpdatedEvent
TBindingSetValueEvent
TBindOutValueFunc
TConverterDescriptionRecord that contains the description of a converter.
TConvertPairRecord that contains conversion pair information.
TConvertProcLValue custom conversion routine.
TConvertProc2The bound output or LValue (Left Value) custom conversion routine signature.
TConvertProc3