FireDAC.Phys.IBBase.TFDIBSecurity.AFirstName

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: published
Source:
FireDAC.Phys.IBBase.pas
FireDAC.Phys.IBBase.hpp
Unit: FireDAC.Phys.IBBase
Parent: TFDIBSecurity

Delphi

property AFirstName: String index ord(svFirstName) read GetStr write SetStr stored IsStored;

C++

__property System::UnicodeString AFirstName = {read=GetStr, write=SetStr, stored=IsStored, index=2};

Description

The first name of a person.

Use the AFirstName property to specify an optional first name of the person identified by AUserName.

See Also