Skip to main content

TdxDockingManager.DefaultSitesPropertiesCount Property

Returns the number of elements in the DefaultSitesProperties list.

Declaration

property DefaultSitesPropertiesCount: Integer read;

Property Value

Type
Integer

Remarks

The DefaultSitesProperties property provides indexed access to objects specifying the default settings for dock controls. This property can be used in combination with the DefaultSitesPropertiesCount property to traverse the list of such objects. The DefaultSitesPropertiesCount property returns the number of objects in the list.

See Also