Adds column definitions in Source to the current class instance.
Source position: comctrls.pp line 1281
public procedure TListColumns.Assign( |
Source: TPersistent |
); override; |
Source |
|
Persistent object with the values stored in the current class instance. |
Assign checks that source is of correct type, then adds new columns and copies items from source into them; otherwise calls inherited Assign which probably raises an exception.
| Version 4.6 | Generated 2026-02-20 | Home |