IStyleSheet.FindByKey

Syntax

FindByKey(Key: Integer): IStyleContainer;

Parameters

Key. Key of the style container, by which the search is executed.

Description

The FindByKey method searches by key and returns the style container from the styles table.

Comments

If the style container with the specified key is not found, the method returns Null.

See also:

IStyleSheet