| ProjectProperties |
This command is used to set a text string that is available to programmers from the object model.
Syntax:ProjectProperties, string Parameters:string – a sequence of text to be passed to the application Examples:ProjectProperties,"100%,111" Passes the string "100%,111" to programs access the object model using project.GetCaption(). Comments |