Data.Cloud.CloudAPI.TCloudTableRow.GetColumn

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: function
Visibility: public
Source:
Data.Cloud.CloudAPI.pas
Data.Cloud.CloudAPI.hpp
Unit: Data.Cloud.CloudAPI
Parent: TCloudTableRow

Delphi

function GetColumn(const Name: string): TCloudTableColumn;

C++

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

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