RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TWorkAreas.Delete Method

Removes a TWorkArea object from the Items property array.

Pascal
procedure Delete(Index: Integer);
C++
__fastcall Delete(int Index);

Call Delete to remove the work area specified by Items[Index]. Delete removes the work area from the Items property array and frees the TWorkArea object. 

 

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