System.Bindings.Outputs
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 | bindengine280.bpl |
---|
Classes
EBindConverterError | Exception class for managing binding converter errors. |
EBindOutputCallbackError | Exception class for managing output callback errors. |
EBindOutputError | Exception class for managing binding output errors. |
IValueRefConverter | Defines converter methods implemented by TValueRefConverter. |
TBindingCallbackFactory | Factory for managing callbacks used for assignment to output properties of classes. |
TBindingOutput | Collection of routines used by data bindings. |
TConverterUtils | Collection of utilities for assigning/converting one type of value to another type of value. |
TValueRefConverter | Converter collection that allows handling type coercion with references to objects implemented by class instances. |
TValueRefConverterFactory | Factory for registering custom converter routines to be used in bound output assignment. |
Types
TBindingAssignedValueEvent | |
TBindingAssigningValueEvent | |
TBindingAssignValueRec | Record that contains a binding output pair. |
TBindingEvalErrorEvent | |
TBindingLocationUpdatedEvent | |
TBindingSetValueEvent | |
TBindOutValueFunc | |
TConverterDescription | Record that contains the description of a converter. |
TConvertPair | Record that contains conversion pair information. |
TConvertProc | LValue custom conversion routine. |
TConvertProc2 | The bound output or LValue (Left Value) custom conversion routine signature. |
TConvertProc3 | The bound output or LValue (Left Value) custom conversion routine signature. |
Variables
GCollectAllDups |