REST.Backend.KinveyApi.TKinveyApi.TUser.Create
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.