Delphi
			property Count: Integer read GetCount;
 
		C++
			__property int Count = {read=GetCount, nodefault};
 
 
Properties
	
		| Type | Visibility | Source | Unit | Parent | 
	
		| property | public | FMX.Types.pas FMX.Types.hpp | FMX.Types | TLogToken | 
Description
Embarcadero Technologies does not currently have any additional information.