Vcl.ScreenTips.TScreenTipItem.Assign
Delphi
procedure Assign(Source: TPersistent); override;
C++
virtual void __fastcall Assign(System::Classes::TPersistent* Source);
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
procedure function |
public | Vcl.ScreenTips.pas Vcl.ScreenTips.hpp |
Vcl.ScreenTips | TScreenTipItem |
Description
Copies the contents of another screen tip item or similar object.
Call Assign to copy the properties or other attributes of one screen tip item to another.
The Source parameter represents the source from which the screen tip item copies the attributes.