TiPlotComponent.ToolBarCount
TiPlotComponent See Also
Returns the number of toolbar objects.
function ToolBarCount : Integer;
Description
Use the ToolBarCount method to get the number of toolbar objects. The
ToolBarCount value is always one greater than the highest index.
Example
Delphi
Value := iComponent.ToolBarCount;
C++ Builder
Value = iComponent->ToolBarCount();
Contents | Index | Previous | Next