EInvalidGraphicOperation is the exception class for illegal operations on graphics.
EInvalidGraphicOperation = class(Exception);
class EInvalidGraphicOperation : public Exception;
Graphics
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) 2008 CodeGear(TM). All Rights Reserved.
|
What do you think about this topic? Send feedback!
|