API:REST.Backend.ServiceComponents.TBackendAuthAdapter.GetMemberNames

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure GetMemberNames(AList: TStrings); override;

C++

virtual void __fastcall GetMemberNames(System::Classes::TStrings* AList);

Properties

Type Visibility Source Unit Parent
procedure
function
public
REST.Backend.ServiceComponents.pas
REST.Backend.ServiceComponents.hpp
REST.Backend.ServiceComponents TBackendAuthAdapter

Description

Populates the list given through the AList parameter with the names of the members of the source adapter.

REST.Backend.ServiceComponents.TBackendAuthAdapter.GetMemberNames inherits from Data.Bind.ObjectScope.TBindSourceAdapter.GetMemberNames. All content below this line refers to Data.Bind.ObjectScope.TBindSourceAdapter.GetMemberNames.

Populates the list given through the AList parameter with the names of the members of the source adapter.

GetMemberNames takes the AList parameter of type TStrings that stores a list of strings, clears its content, and then populates AList with the names of the members of the source adapter.

See Also