[Overview][Types][Classes][Index] Reference for unit 'TextStrings' (#lazutils)

TTextStrings.GetCount

Gets the value for the Count property.

Declaration

Source position: textstrings.pas line 67

protected function TTextStrings.GetCount: Integer; override;

Function result

Value for the property.

Description

GetCount is overridden in TTextStrings to re-implement the method. It ensures that the internal array of line ranges is valid, and calls BuildArrays when the validity flag has not been set.

The property value is set to the member value used to store the line count.

GetCount does not call the inherited method.

See also

TStrings.Count


Version 4.0 Generated 2025-05-03 Home