REST.Backend.KinveyApi.TKinveyApi.TUser.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(const AUserName: string);

C++

__fastcall TUser(const System::UnicodeString AUserName);
TUser() {}

Properties

Type Visibility Source Unit Parent
constructor public
REST.Backend.KinveyApi.pas
REST.Backend.KinveyApi.hpp
REST.Backend.KinveyApi TUser

Description

Constructor to create a TUser record type.

The Create constructor takes the AUserName parameter and assigns this value to the UserName property.

See Also