GetShapesCount
<< Click to Display Table of Contents >> Navigation: TMyCAD > Methods > GetShapesCount |
function GetShapesCount: integer;
Description:
Get the count of shapes that you have added .
Example:
ShowMessage('There are ' + IntToStr(MyCAD1.GetShapesCount)+ ' in your form!')
See also: