|
RAD Studio VCL Reference
|
This is an internal record type used in declaring the CVarTypeToElementInfo constant array.
TVarTypeToElementInfo = record ValidBase: Boolean; ValidElement: Boolean; Size: Integer; Flags: Word; end;
struct TVarTypeToElementInfo { Boolean ValidBase; Boolean ValidElement; int Size; Word Flags; };
TVarTypeToElementInfo is an internal record type that specifies the elements' type in the CVarTypeToElementInfo constant array. We recommend you not to use it directly when writing your application.
|
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
|
What do you think about this topic? Send feedback!
|