Data.Cloud.CloudAPI.TCloudTableRow.GetColumn

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetColumn(const Name: string): TCloudTableColumn;

C++

TCloudTableColumn* __fastcall GetColumn(const System::UnicodeString Name);

Properties

Type Visibility Source Unit Parent
function public
Data.Cloud.CloudAPI.pas
Data.Cloud.CloudAPI.hpp
Data.Cloud.CloudAPI TCloudTableRow

Description

Returns the first column instance with the given column name.

The Name parameter represents the name of the column to get.

GetColumn returns the first column with the given name, or nil if the column was not found.

See Also