Vcl.ComCtrls.TWorkAreas.Delete

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Delete(Index: Integer);

C++

HIDESBASE void __fastcall Delete(int Index);

Properties

Type Visibility Source Unit Parent
procedure
function
public
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TWorkAreas

Description

Removes a TWorkArea object from the Items property array.

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.

See Also