TiObjectCanvas.GetObjectBrushColor
TiObjectCanvas
Used to get an object's brush color property value.
function GetObjectBrushColor(Handle : Integer) : TColor;
Description
Call GetObjectBrushColor to get an object's brush color property value.
Example
Delphi
Value := iComponent.GetObjectBrushColor(5);
C++ Builder
Value = iComponent->GetObjectBrushColor(5);
Contents | Index | Previous | Next