wwAsyncWebRequest::SetProperty

Sets a dynamic property of any simple type.

Properties are stored in XML format in the Properties field of the Event record and can contain any simple data types of any size. For example you can store XML strings to be passed from the client app to the server app.

This method and the corresponding GetProperty method are perfect for passing data back and forth between the client and server application for easy access.

o.SetProperty(lcProperty, lvValue)

Return Value

.t. or .f.

Parameters

lcProperty
The property to set.

lvValue
The value to set it to. Any non-complex type can be used and will be restored as that type.


Remarks

Property names are case sensitive!


See also:

Class wwAsyncWebRequest

© West Wind Technologies, 1996-2024 • Updated: 03/24/01
Comment or report problem with topic