RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
OleCtrls.TEnumValue Record
Pascal
TEnumValue = record
  Value: Longint;
  Ident: string;
end;
C++
struct TEnumValue {
  Longint Value;
  AnsiString Ident;
};

This is record OleCtrls.TEnumValue.

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