Vcl.Skia.TSkLabel.TWordsCollection.AddOrSet
Delphi
function AddOrSet(const AName, ACaption: string; const AFontColor: TAlphaColor = DefaultColor;
const AFont: TSkFontComponent = nil; const AOnClick: TNotifyEvent = nil;
const ACursor: TCursor = crDefault): TCustomWordsItem;
C++
TSkLabel::TCustomWordsItem* __fastcall AddOrSet(const System::UnicodeString AName, const System::UnicodeString ACaption, const System::Uitypes::TAlphaColor AFontColor = (System::Uitypes::TAlphaColor)(0xff000000), TSkFontComponent* const AFont = (TSkFontComponent*)(0x0), const System::Classes::TNotifyEvent AOnClick = 0x0, const System::Uitypes::TCursor ACursor = (System::Uitypes::TCursor)(0x0));
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | public | Vcl.Skia.pas Vcl.Skia.hpp |
Vcl.Skia | TWordsCollection |
Description
Embarcadero Technologies does not currently have any additional information.