TiObjectCanvas.SetObjectBrushColor

TiObjectCanvas

Used to set an object's brush color property value.

procedure SetObjectBrushColor(Handle : Integer, Color : TColor);

Description

Call SetObjectBrushColor to set an object's brush color property value.

Example

Delphi

iComponent.SetObjectBrushColor(5, clRed);

C++ Builder

iComponent->SetObjectBrushColor(5, clRed);

Contents | Index | Previous | Next