Table of Contents

Class UiFieldInfo

Namespace
Tripous.Desktop
Assembly
Tripous.Desktop.dll

UI information regarding the association of a FieldDef and a Control.

public class UiFieldInfo
Inheritance
UiFieldInfo
Inherited Members
Extension Methods

Properties

Control

The control.

public Control Control { get; set; }

Property Value

Control

FieldDef

The field definition.

public FieldDef FieldDef { get; set; }

Property Value

FieldDef

FieldName

The field name.

public string FieldName { get; set; }

Property Value

string

Table

The table.

public MemTable Table { get; set; }

Property Value

MemTable

TableDef

The table definition.

public TableDef TableDef { get; set; }

Property Value

TableDef