UnSyncWebProperty - cWebObject

Unsynchronizes a client web property

Type: Procedure

Parameters: Handle hmGetter

ParameterDescription
hmGetterHandle to the property's getter message


Syntax
Procedure UnSyncWebProperty Handle hmGetter

Call: Send UnSyncWebProperty hmGetter


Description

Unsynchronizes a client web property.

Doing this prevents the property value from being sent with future requests (until it is webset or changes on the client again).

Sample

Send UnSyncWebProperty of oWebLabel1 (RefFunc(psCaption))