TBaseAureliusDataset.FillRecord Method
Refreshes all field values in the current record buffer using the property values of the given object.
Remarks
Useful for updating the visual representation after modifying object properties directly, without going through the standard dataset edit/post cycle.
Syntax
Unit: Aurelius.Bind.BaseDataset
procedure TBaseAureliusDataset.FillRecord(Obj: TObject);
Parameters
| <-> | Parameter | Type | Description |
|---|---|---|---|
| Obj | TObject | The source object whose property values are copied into the field buffer. |