Vcl.ScreenTips.TScreenTipItem.Assign

From RAD Studio API Documentation
Jump to: navigation, search

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.

See Also