Show: Delphi
C++
Display Preferences
FMX.Types.FillLongword
From XE3 API Documentation
Delphi
procedure FillLongword(Src: Pointer; Count: Integer; Value: longword);
C++
extern DELPHI_PACKAGE void __fastcall FillLongword(void * Src, int Count, unsigned Value);
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
procedure function |
public | FMX.Types.pas FMX.Types.hpp |
FMX.Types | FMX.Types |
Description
Sets the color of multiple (Count) alpha colors at once.
These alpha colors are stored in an array of alpha colors that can be accessed through PAlphaColorArray.
Src is a pointer to a PAlphaColorArray while the color value is specified as a LongWord by the Value parameter.