%%PageItemTitle%%

VectorDraw Web Library

JsPropertiesExtractor Send comments on this topic.
Prompt Method
See Also 
vdWebLibrary Namespace > vdrawObj Class : Prompt Method
message
The string to be passed to the vdPrompt event.
Calls the vdPrompt event passing the given string as parameter.

Syntax

JScript 
public function Prompt( 
   message : String
);

Parameters

message
The string to be passed to the vdPrompt event.

See Also