RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
IBExtract.TPrivTypes Record
Pascal
TPrivTypes = record
  PrivFlag: Integer;
  PrivString: String;
end;
C++
struct TPrivTypes {
  int PrivFlag;
  AnsiString PrivString;
};

This is record IBExtract.TPrivTypes.

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