EMS.ResourceAPI.TEndpointParams.Count

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: public
Source:
EMS.ResourceAPI.pas
EMS.ResourceAPI.hpp
Unit: EMS.ResourceAPI
Parent: TEndpointParams

Delphi

property Count: Integer read GetCount;

C++

__property int Count = {read=GetCount, nodefault};

Description

Number of parameters in the list of parameters.

See Also