FireDAC.Phys.IBBase.TFDIBSecurity.ALastName

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

property ALastName: String index ord(svLastName) read GetStr write SetStr stored IsStored;

C++

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

プロパティ

種類 可視性 ソース ユニット
property published
FireDAC.Phys.IBBase.pas
FireDAC.Phys.IBBase.hpp
FireDAC.Phys.IBBase TFDIBSecurity


説明

人の名前。

ALastName プロパティを使用すると、AUserName で識別される人物の、名前(省略可能)を指定することができます。

関連項目