Property SLScope.TSLScopeChannel.DrawMarkers
(Automated Syncronization with Documentation) |
(Automated Syncronization with Documentation) |
(One intermediate revision by one user not shown) |
Latest revision as of 00:11, 26 June 2013
This is a Beta Read Only version of this page. Please review and send recommendations to mitov@mitov.com. We will enable the editing as soon as we are happy with the overall Wiki site.
Class: TSLScopeChannel
Contents |
Syntax
Delphi:
property DrawMarkers : TSLScopeChannelMarkers read GetDrawMarkers write SetDrawMarkers;
C++ Builder:
__property TSLScopeChannelMarkers * DrawMarkers = { read=GetDrawMarkers, write=SetDrawMarkers };
Summary
Collection of currently drawn Markers associated with the Scope channel.
Description
This property allows access to the markers used in the
current view. They may differ from the Markers associated
with the channel in case the view is on hold or has not been
updated yet. Once the view is updated the Markers will be
copied into the DrawMarkers and the 2 properties will have
the same set of markers.