IBX.IBCustomDataSet.TIBGeneratorField.Apply

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Apply;

C++

void __fastcall Apply();

Properties

Type Visibility Source Unit Parent
procedure
function
public
IBX.IBCustomDataSet.pas
IBX.IBCustomDataSet.hpp
IBX.IBCustomDataSet TIBGeneratorField

Description

Calls the generator on the server to generate a field value and assigns it to the associated field.

Call Apply to fetch the server-generated value for the field identified by the Field property and assign that value to the field.

If the ApplyEvent property is not gamOnServer, the associated dataset calls Apply automatically at the point indicated by ApplyEvent.