Active Query Builder 2 .NET Edition reference
Error Method



Sets error message text.
Syntax
'Declaration
 
Public Sub Error( _
   ByVal text As System.String _
) 
'Usage
 
Dim instance As MessageObject
Dim text As System.String
 
instance.Error(text)
public void Error( 
   System.string text
)
public: void Error( 
   System.string* text
) 

Parameters

text
See Also

Reference

MessageObject Class
MessageObject Members

 

 


© Copyright 2005-2012 ActiveDBSoft. All rights reserved.

Send Feedback