[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'Translations' (#lazutils)

TPOFile.Count

Number of translation entries in the POItems for the class instance.

Declaration

Source position: translations.pas line 176

public property TPOFile.Count : Integer
  read GetCount;

Description

Count is a read-only Integer property which contains the number of translation entries found in the class. It contains the value from the Count property in the list used to store the POItems instances in the class.

See also

TPOFile.POItems

  

Provides indexed access to the translation entries in the class instance.


Version 4.0 Generated 2025-05-03 Home