| BeginUpdate |
Suspends data synchronisation; call EndUpdate to resume. |
| BitmapToBlobField |
Saves the specified bitmap into a BLOB field. |
| BlobFieldToBitmap |
Loads a BLOB field value into the specified bitmap. |
| Connect |
Creates a binding item using explicit parameters; a convenience alternative to configuring an TTMSFNCDataBinderItem manually. |
| ConnectColumnList |
Creates a column-list binding that populates both column headers and list items from the dataset. |
| ConnectGrid |
Creates a grid binding that maps all dataset columns to a grid component. |
| ConnectList |
Creates a list binding from multiple dataset fields to component sub-properties. |
| ConnectListHTMLTemplate |
Creates a list binding using HTML templates for multiple sub-properties. |
| ConnectSingle |
Creates a single-value binding from one dataset field to a component property. |
| ConnectSingleHTMLTemplate |
Creates a single-value HTML template binding from the data source to a component property. |
| EndUpdate |
Resumes data synchronisation after a BeginUpdate call. |
| GetDataSources |
Fills AStrings with the names of all data sources referenced by active binding items. |
| GetPropertyList |
Returns the list of published RTTI properties for the given object. |
| GetPropertyNames |
Returns an array of property names for the given object. |
| HasControlValueMonitor |
Returns True if a control-value monitor is registered for the specified object. |
| HasEditLinkMonitor |
Returns True if an edit-link monitor is registered for the specified object. |
| IsConnected |
Tests whether the specified object has an active binding item. |
| ItemCount |
Returns the number of binding items in Items. |
| NotifyEdit |
Notifies all active binding items that the current record has entered edit mode. |
| NotifyPost |
Notifies all active binding items that the current record has been posted. |
| NotifySetActiveRecord |
Notifies all active binding items that the active record has changed. |
| NotifyUpdate |
Notifies all active binding items that data has been updated from the dataset. |
| NotifyValueChanged |
Notifies all active binding items that a bound control value has changed. |
| StartEditor |
Opens the design-time binding editor for the specified bound object, or for all bound objects if AObject is nil. |