constructor Create(Image: ^ImageInfo); // здесь
What am I doing wrong?
try to declare a type:
type PImageInfo = ^ImageInfo;
and use it instead of ^ ImageInfo:
constructor Create(Image: PImageInfo);
Source: https://ru.stackoverflow.com/questions/96049/More articles:Gray code implementationGetting a string from QLineEditStack overflow during class initializationItem pricedError “C1014: Too Many Include Files”Change the color of the object at intervalsRegExp: Check NamesGo to the desired URL from the formClick Value ChangeTimer ForwardingAll Articles