RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Graphics.TCanvasStates Enumeration
Pascal
TCanvasStates = (
  csHandleValid,
  csFontValid,
  csPenValid,
  csBrushValid
);
C++
enum TCanvasStates {
  csHandleValid,
  csFontValid,
  csPenValid,
  csBrushValid
};

Graphics

This is record Graphics.TCanvasStates.

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