RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
ObjAuto.TParamInfo Record
Pascal
TParamInfo = packed record
  Flags: TParamFlags;
  ParamType: ^PTypeInfo;
  Access: Word;
  Name: ShortString;
end;
C++
struct TParamInfo {
  TParamFlags Flags;
  ^PTypeInfo ParamType;
  Word Access;
  ShortString Name;
};

This is record ObjAuto.TParamInfo.

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