Skip to main content

TdxDynamicListItem.Assign(TdxDynamicListItem) Method

Copies the specified item’s content to the current dynamic list item.

Declaration

procedure Assign(ASource: TdxDynamicListItem); virtual;

Parameters

Name Type
ASource TdxDynamicListItem

Remarks

Since the current implementation of the Assign procedure is empty, TdxDynamicListItem class descendants override it to provide the capability to copy the type-specific properties and fields between dynamic list items.

See Also