RAD Studio (Common)
ContentsIndex
PreviousUpNext
E2433: Method declarations not allowed in anonymous record or local record type (Delphi)

Record types that are declared in local scopes or declared in-place in variable declarations can only contain field declarations. For advanced features in record types (such as methods, properties, and nested types), the record type must be an explicitly declared global type.

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!