IBX.IBServices.TIBSecurityService.UserInfoCount

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property  UserInfoCount: Integer read GetUserInfoCount;

C++

__property int UserInfoCount = {read=GetUserInfoCount, nodefault};

Properties

Type Visibility Source Unit Parent
property public
IBX.IBServices.pas
IBX.IBServices.hpp
IBX.IBServices TIBSecurityService

Description

Returns the number of elements in the TUserInfo array.

Use UserInfoCount to return the number of elements in the TUserInfo array.

Note: You must install InterBase 6 to use this feature.