TdxDynamicListItem.Assign(TdxDynamicListItem) Method
In This Article
Copies the specified item’s content to the current dynamic list item.
#Declaration
Delphi
procedure Assign(ASource: TdxDynamicListItem); virtual;
#Parameters
Name | Type |
---|---|
ASource | Tdx |
#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