Unit PanelRowUnit

Uses
Functions and Procedures
Constants
Variables

Description

Tools for viewing and entering data relating to a commercial route.

Overview

Classes, Interfaces, Objects and Records

Name Description
Class TPanelRow A panel comprising components for displaying and entering data relating to a commercial route.

Types

TPanelRowStack = specialize TStack<TPanelRow>;
TPanelRowList = specialize TList<TPanelRow>;
TPanelRowArray = array of TPanelRow;

Description

Types

TPanelRowStack = specialize TStack<TPanelRow>;

Stack type of TPanelRow.

TPanelRowList = specialize TList<TPanelRow>;

List type of TPanelRow.

TPanelRowArray = array of TPanelRow;

Array type of TPanelRow.