RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Controls.TAlignInfo Record
Pascal
TAlignInfo = record
  AlignList: TList;
  ControlIndex: Integer;
  Align: TAlign;
  Scratch: Integer;
end;
C++
struct TAlignInfo {
  TList AlignList;
  int ControlIndex;
  TAlign Align;
  int Scratch;
};

Controls

This is record Controls.TAlignInfo.

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!