RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
OleCtnrs.TObjectState Enumeration
Pascal
TObjectState = (
  osEmpty,
  osLoaded,
  osRunning,
  osOpen,
  osInPlaceActive,
  osUIActive
);
C++
enum TObjectState {
  osEmpty,
  osLoaded,
  osRunning,
  osOpen,
  osInPlaceActive,
  osUIActive
};

OleCtnrs

This is record OleCtnrs.TObjectState.

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