Connection Information

To perform the requested action, WordPress needs to access your web server. Please enter your FTP credentials to proceed. If you do not remember your credentials, you should contact your web host.

Connection Type

PropertyRequestEdit – PB Docs 125 – PowerBuilder Library

PropertyRequestEdit – PB Docs 125

PropertyRequestEdit event

Description

Occurs when the OLE server is about to change the value of
a property of the object in the OLE control.

Event ID

Event ID

Objects

None

OLE

Parameters

Argument

Description

propertyname

String by value (the name of the property
whose value changed).

If propertyname is an empty string, a
more general change occurred, such as changes to more than one property.

cancelchange

Boolean by reference;
determines whether the change will be canceled. Values are:

  • FALSE – (Default)
    the change is allowed.

  • TRUE – the change is
    canceled.

Return Values

None. Do not use a RETURN statement.

Usage

Property change notifications are not supported by all OLE
servers. The PropertyRequestEdit and PropertyChanged events only
occur when the server supports these notifications.

Property notifications are not sent when the object is being
created or loaded. Otherwise, notifications are sent for all bindable
properties, no matter how the property is being changed.

The PropertyRequestEdit event gives you a chance to access
the property’s old value using the automation interface
and save it. To cancel the change, set the cancelchange argument
to true.

See Also


Document get from Powerbuilder help
Thank you for watching.
Was this article helpful?
Subscribe
Notify of
guest
0 Comments
Oldest
Newest Most Voted
Inline Feedbacks
View all comments
0
Would love your thoughts, please comment.x
()
x