RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Forms.TShowAction Enumeration
Pascal
TShowAction = (
  saIgnore,
  saRestore,
  saMinimize,
  saMaximize
);
C++
enum TShowAction {
  saIgnore,
  saRestore,
  saMinimize,
  saMaximize
};

This is record Forms.TShowAction.

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