Load

The Load built-in persistent class method retrieves the class's persistent attributes from the database based on the current value of the keys of the object.

Syntax

<<persistent class>>::Load(void) : void

Owner

Any persistent class.

Example

The following example reads the record in the Customer database where the Customer_ID is 12.

Customer.Customer_ID := 12
Customer.Load()