EInvalidGridOperation is the exception class for illegal grid operations.
EInvalidGridOperation = class(Exception);
class EInvalidGridOperation : public Exception;
Grids
EInvalidGridOperation is raised when an application attempts an illegal operation on a grid. For example, EInvalidGridOperation is raised if an application tries to access a cell or column that does not exist within the grid.
Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
|
What do you think about this topic? Send feedback!
|