Active Query Builder 2 .NET Edition reference
Warning Method



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

Parameters

text
See Also

Reference

MessageObject Class
MessageObject Members

 

 


© Copyright 2005-2012 ActiveDBSoft. All rights reserved.

Send Feedback