Difference between revisions of "WITH"
From Recital Documentation Wiki
		
		
		
| Yvonnemilne  (Talk | contribs) | Yvonnemilne  (Talk | contribs)  | ||
| Line 1: | Line 1: | ||
| − | |||
| − | |||
| − | |||
| ==Class== | ==Class== | ||
| Objects | Objects | ||
| Line 19: | Line 16: | ||
| ==See Also== | ==See Also== | ||
| − | [[ | + | [[CLASS]], [[DEFINE CLASS]] | 
| ==Description== | ==Description== | ||
| − | The  | + | The WITH...ENDWITH block is used to specify multiple properties for an object.  The object name is specified in <object>.  The <property definitions> consists of property assignments.  The properties are specified using preceding dot notation. | 
Revision as of 11:46, 26 May 2009
Class
Objects
Purpose
Specify multiple properties for an object
Syntax
WITH <object>
<property definitions>
ENDWITH
See Also
Description
The WITH...ENDWITH block is used to specify multiple properties for an object. The object name is specified in <object>. The <property definitions> consists of property assignments. The properties are specified using preceding dot notation.
Example
with oProduct .productname = "Recital Mirage" .productversion = "3.0" .productyear = "2008" endwith
Products
Recital Database Server, Recital Mirage Server, Recital Terminal Developer
