Allow Linked Object
Determines whether the widget can be linked to an object.
True
(default) or False
Value |
Description |
---|---|
|
The widget supports object linking |
|
The widget does not support object linking |
Usage
Dynamic? |
True |
Supported in Grid? |
No |
Dependencies: |
None |
Description
The OLE container widget allows you to integrate OLE objects (for example, bitmap images, .wav files, Microsoft Excel spreadsheets, and so on) into Uniface applications.
A form can contain more than one OLE container widget, but each container widget can contain only one embedded or linked OLE object.
You can use this property to enable or disable support of object linking. For example, you may want to define one OLE container for linked objects and another for embedded objects.
Using in ProcScript
You can use $properties or $fieldproperties to set or get the property and its value. For more information, see $properties and $fieldproperties.
$fieldproperties(FLD) = "AllowLink=False"