DocumentTools[GetProperty] - Query property of an embedded component
|
Calling Sequence
|
|
GetProperty(id, attr)
|
|
Parameters
|
|
id
|
-
|
name ; name of embedded component
|
attr
|
-
|
name ; property of the component that is to be queried
|
|
|
|
|
Description
|
|
•
|
The GetProperty function queries the desired component for the value of a property.
|
|
|
Examples
|
|
Suppose that your document has a slider component with name Slider1. To retrieve the current position of this slider, you can do this:
>
|
|
>
|
|
| (1) |
|
|
Download Help Document
Was this information helpful?