TTMSFNCTimeline.FindSectionWithDBKey Method
Finds the first section with the specified database key.
API unit family: TMSFNCTimeline
Declaring type: TTMSFNCTimeline
Inherited from: TTMSFNCCustomTimeline
Syntax
function FindSectionWithDBKey(ADBKey: string): TTMSFNCTimelineSection;
Parameters
| Name | Description |
|---|---|
ADBKey |
Specifies ADBKey. |
Returns
The created or matching section, or nil when no section matches.