[Overview][Resource strings][Constants][Types][Classes][Procedures and functions][Index] |
Updates the database with the current property values for this object
Source position: tiObject.pas line 398
protected procedure TtiObject.Save( |
const ADBConnectionName: string; |
APersistenceLayerName: string = '' |
); virtual; overload; |
Updates the database with the current property values for this object. You must override Save and implement a call to the visitor manager (if you are using hard coded visitors, or call inherited (if you are using automap)).