Show contents 

Rds > Rds Assembly Interfaces > IRdsAttributesList > IRdsAttributesList.RemoveByKey

IRdsAttributesList.RemoveByKey

Fore Syntax

RemoveByKey(Key: Integer): Boolean;

Fore.NET Syntax

RemoveByKey(Key: uinteger): boolean;

Parameters

Key - key of the attribute that should be removed.

Description

The RemoveByKey method removes attribute from the collection by key and returns whether removal is successful.

Comments

The method returns True if removal is successful.

See also:

IRdsAttributesList