GET PROPERTY
Reference
Syntax
GET PROPERTY OF ole attr = dobj [NO FLUSH] [QUEUE-ONLY].
Effect
Assigns the content of the attribute attr of an
automation object
ole, created using CREATE OBJECT ole, to the data object dobj.
Additions
-
NO FLUSH
Has the effect that the attribute is adopted by the presentation server only when the
function module FLUSH is called or the screen is changed.
-
QUEUE-ONLY
Has the effect that, in the case of a flush,
the return values of the methods called with
CALL METHOD OF in the automatio queue are not written to the data objects rc.