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

TCollection.PropName

Name of the property that this collection represents.

Declaration

Source position: classesh.inc line 492

protected property TCollection.PropName: String
  read GetPropName
  write FPropName;

Description

PropName indicates the name of the property that this collection is supposed to represent. By default, this is the empty string. Descendents can override this property to return the name of the property that is represented by this collection.

See also

TCollection.SetPropName

  

Write handler for the TCollection.PropName property

TCollection.GetPropName

The latest version of this document can be found at lazarus-ccr.sourceforge.net.