IDataAreaComments.FindByKey

Syntax

FindByKey(Key: Integer): IDataAreaComment;

Parameters

Key. Comment key.

Description

The FindByKey method searches by key and returns information about a comment in case of successful search.

Comments

The method returns Null if the comment with the specified key is not found.

See also:

IDataAreaComments