[Overview][Resource strings][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'tiObject' (#tiopf)

TtiObject.Save

Updates the database with the current property values for this object

Declaration

Source position: tiObject.pas line 398

protected procedure TtiObject.Save(

  const ADBConnectionName: string;

  APersistenceLayerName: string = ''

); virtual; overload;

procedure TtiObject.Save; virtual; overload;

Description

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)).


Documentation generated on: 2017-08-16