This item has no description.
| Name | Description |
|---|---|
Record TMyRecord |
procedure Test(F: TMyFunction; R: TMyRecord); |
TMyFunction = function(A: Integer): Integer; |
procedure Test(F: TMyFunction; R: TMyRecord); |
|
Give TMyFunction and TMyRecord to test it. |
TMyFunction = function(A: Integer): Integer; |
|
This item has no description. |