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

TtiObject.Read

Read this object, along with any owned objects from the database

Declaration

Source position: tiObject.pas line 390

protected procedure TtiObject.Read(

  const ADBConnectionName: string;

  APersistenceLayerName: string = ''

); virtual; overload;

procedure TtiObject.Read; virtual; overload;

Description

Read this object, along with any owned objects from the database. You must override Read and implement a call to the visitor manager (if you are using hard coded visitors, or call inherited (if you are using automap)).

See also

TtiObject.ReadThis

  

Read this object, but no owned objects from the database

TtiObject.ReadPK

  

Read in the primary Key values only from the database for this object


Documentation generated on: 2017-08-16