RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
VarUtils.TVarTypeToElementInfo Record

This is an internal record type used in declaring the CVarTypeToElementInfo constant array.

Pascal
TVarTypeToElementInfo = record
  ValidBase: Boolean;
  ValidElement: Boolean;
  Size: Integer;
  Flags: Word;
end;
C++
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!