RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
EGridPanelException Class

The base class for runtime exceptions that occur in grid panels.

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

Use EGridPanelException as the base class for creating custom exceptions that occur in grid panels. 

 

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