JCL Help:TJclClassTypeInfo.GetTotalPropertyCount

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Retrieve the number of published properties.


Pascal

 public function GetTotalPropertyCount: Integer;


Return Value

The number of published properties declared by the class and it's ancestors.


Description

GetTotalPropertyCount retrieves the number of published properties. This number includes all published properties of the parent tree. To find the number of properties declared by the class, query the PropertyCount property. GetTotalPropertyCount is the read specifier for the TotalPropertyCount property.


About

Donator

Marcel Bestebroer


Contribute to this help topic

This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page