Returns the number of records attached to the referenced object.
FUNCTION NumRecords(h : HANDLE): INTEGER;def vs.NumRecords(h):
return INTEGER| Name | Type | Description |
|---|---|---|
| h | HANDLE | Handle to object. |
numAttached:=NumRecords(HandleToObject);numAttached = vs.NumRecords(HandleToObject)Availability: from All Versions