Home Units Hierarchy Routines All identifiers

Class unaWinEdit

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type unaWinEdit = class(unaWinWindow)

Description

EDIT window.

Hierarchy

Overview

Methods

Public constructor create(const text: string; parent: unaWinWindow; x: int = 2; y: int = 2; w: int = 64; h: int = 24; style: unsigned = ES_LEFT or ES_AUTOHSCROLL or WS_CHILD or WS_TABSTOP or WS_VISIBLE or WS_BORDER; exStyle: unsigned = WS_EX_CLIENTEDGE); overload;
Public function setReadOnly(value: bool = true): unaWinEdit;
Protected function onGetDlgCode(): LRESULT; override;

Description

Methods

Public constructor create(const text: string; parent: unaWinWindow; x: int = 2; y: int = 2; w: int = 64; h: int = 24; style: unsigned = ES_LEFT or ES_AUTOHSCROLL or WS_CHILD or WS_TABSTOP or WS_VISIBLE or WS_BORDER; exStyle: unsigned = WS_EX_CLIENTEDGE); overload;

Creates EDIT window.

Public function setReadOnly(value: bool = true): unaWinEdit;

Sets/resets read only mode for edit.

Protected function onGetDlgCode(): LRESULT; override;
 

(c) 2012 Lake of Soft


Generated by PasDoc 0.12.1 on 2012-10-09