Description
This property allows you to get and set the number that represents the total number of items that will by copied.
Syntax
Property get:
Num = CopyCounter( );
|
|
|
|
Return: (Long) Num |
Number of items that will by copied. |
Property set:
CopyCounter( Num );
|
|
|
|
Input: (Long) Num |
Number of items that will by copied. |
Note