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

TScreen.CustomFormCount

Number of TCustomForm form instances in the CustomForms property.

Declaration

Source position: forms.pp line 1279

public property TScreen.CustomFormCount : Integer
  read GetCustomFormCount;

Description

CustomFormCount is a read-only Integer property which contains the number of TCustomForm instances stored in the CustomForms property. Read access for the property value is redirected to the Count property in CustomForms.

See also

TScreen.CustomForms

  

Provides indexed access to the TCustomForm instances on the screen.

TCustomForm

  

The base type for TForm classes.


Version 3.2 Generated 2024-02-25 Home