RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
DesignEditors.TInstProp Record
Pascal
TInstProp = record
  Instance: TPersistent;
  PropInfo: PPropInfo;
end;
C++
struct TInstProp {
  TPersistent * Instance;
  PPropInfo PropInfo;
};

This is record DesignEditors.TInstProp.

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