Skip to content

UnSyncWebProperty - cWebObject

Unsynchronizes a client web property

Type: Procedure

Parameters

Parameter Type Description
hmGetter Handle Handle to the property's getter message

Syntax

Procedure UnSyncWebProperty Handle hmGetter

Call Example

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))