RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
EInvalidGraphicOperation Class

EInvalidGraphicOperation is the exception class for illegal operations on graphics.

Pascal
EInvalidGraphicOperation = class(Exception);
C++
class EInvalidGraphicOperation : public Exception;

EInvalidGraphicOperation is raised when an illegal operation is attempted on a graphic. For example, an EInvalidGraphicOperation exception is raised when an application attempts to resize an icon or copy an icon to the Clipboard. 

 

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