TClrColor.SetColor(TColor) Method
Sets the instance of the TClrColor class with a 32-bit ARGB value.
public procedure SetColor(AColor: TColor); overload;
Parameters
- AColor
- Type: TColor
A value specifying the 32-bit ARGB value.
Sets the instance of the TClrColor class with a 32-bit ARGB value.
public procedure SetColor(AColor: TColor); overload;
A value specifying the 32-bit ARGB value.