TiScope.Display
TiScope
Used to access the ToolBar object.
property Display : TiScopeDisplay;
Description
Use Display to access the Display object. This object provides access to the
properties and methods of the Display (i.e. the area where the channel data and
trace lines are displayed).
Example
Delphi
iComponent.Display.TextShow := True;
iComponent.Display.GridColor := clYellow;
iComponent.Display.HorzScrollShow := True;
C++ Builder
iComponent->Display->TextShow = True;
iComponent->Display->GridColor = clYellow;
iComponent->Display->HorzScrollShow = True;
Contents | Index | Previous | Next