Class TUIControlPos

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TUIControlPos = class(TUIControl)

Description

TUIControl with position (in Left, Bottom fields).

This takes care of some internal quirks with saving Left property correctly. (Because TComponent doesn't declare, but saves/loads a "magic" property named Left during streaming. This is used to place non-visual components on the form. Our Left is completely independent from this.)

Hierarchy

Overview

Properties

Published property Left: Integer read FLeft write SetLeft stored false default 0;
Published property Bottom: Integer read FBottom write SetBottom default 0;

Description

Properties

Published property Left: Integer read FLeft write SetLeft stored false default 0;
 
Published property Bottom: Integer read FBottom write SetBottom default 0;
 

Generated by PasDoc 0.13.0 on 2013-08-17 21:27:14