RPC HELP Mult Assign

From VistApedia
Jump to: navigation, search

RPC Broker Help Home

Assign Method (TMult Class)

Back

Example

Applies to

TMult class

Declaration

   procedure Assign(Source: TPersistent);

Description

The Assign method for a TMult class takes either a Tstrings, a TStringList, or another TMult. In the case where the source is a TMult, the owner of the Assign method gets the exact copy of the source with all string subscripts and values. In the case where the source is a Tstrings or a TStringList, the items are copied such that the strings property of each item becomes the Value, while the index becomes the subscript in the string form.

NOTE: See RPC Limits for information about the size of parameters and results that can be passed to and returned from the TMult class.