Vcl.CategoryButtons.TCategoryButtons.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.CategoryButtons.pas
Vcl.CategoryButtons.hpp
Vcl.CategoryButtons TCategoryButtons

Description

Copies the contents of another similar object.

Call Assign to copy the properties or other attributes of an object from another object. In particular, copy the Categories, ButtonHeight, ButtonWidth, ButtonOptions properties.

See Also