TiObjectCanvas.RemoveObject
TiObjectCanvas
Removes an object from the list of objects.
procedure RemoveObject(Handle : Integer);
Description
Call RemoveObject to remove an object from the list of objects. After the
object is removed, it is destroyed and the handle is no longer valid.
Example
Delphi
iComponent.RemoveObject(5);
C++ Builder
iComponent->RemoveObject(5);
Contents | Index | Previous | Next