Determines whether a record refers to a temporary table.

Temp := Record.ISTEMPORARY

Parameters

Record

Type: Record

A record that refers to a table.

Property Value/Return Value

Type: Boolean

true if the record refers to a temporary table; otherwise, false.

See Also