RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TWorkAreas.Add Method

Creates a new TWorkArea object and adds it to the end of the Items property array.

Pascal
function Add: TWorkArea;
C++
__fastcall TWorkArea Add();

Call Add to add a new work area to the list view that owns this TWorkAreas object. Add returns the newly created TWorkArea object. After adding a new work area, set the work area's Rect property to indicate what portion of the list view's client area it represents. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!