Table of Contents

Class repForm

Namespace
PolarStudio
Assembly
PolarStudio.dll

This class contains a form in the repository.

public class repForm
Inheritance
repForm
Inherited Members
Extension Methods

Properties

Application

Returns the repository application this form is part of.

public repApplication Application { get; }

Property Value

repApplication

Controls

Returns the controls in the repository contained in this form.

public repControls Controls { get; }

Property Value

repControls

Name

Returns the name of the form.

public string Name { get; }

Property Value

string

Notes

Returns the notes

public string Notes { get; }

Property Value

string

SysFormID

Returns the SysFormID as used in the repository.

public int SysFormID { get; }

Property Value

int

SysTableID

Returns the SysTableID this form is bound to. Returns 0 for unbound forms.

public int SysTableID { get; }

Property Value

int

Table

Returns the table in the repository this form is bound to. Returns Nothing for unbound forms.

public repTable Table { get; }

Property Value

repTable

Methods

Orders(int)

Returns the orders defined for this form for the specified SysGroupID.

public repFormOrders Orders(int pSysGroupID)

Parameters

pSysGroupID int

The SysGroupID to get the orders for.

Returns

repFormOrders

The orders for the specified group.

Settings(int)

Returns the group specific settings for this form for the specified pSysGroupID.

public repFormSettings Settings(int pSysGroupID)

Parameters

pSysGroupID int

The SysGroupID to get the settings for. Use 0 for the default settings.

Returns

repFormSettings

The group specific settings.