Function Pointer symbol field



Function Pointer symbol field
Smart pascal source code
var proc := @TObject.ClassType; WriteLn(proc.ClassName); {<<< RESULT - CONSOLE LOG >>> ----------------------------- TObject ----------------------------- {<<<<<<<<< THE END >>>>>>>>>}