Visit Gigasoft's Web Site
 ProEssentials v9 Help

YearLabelType

Scope

Pego, Pesgo

Type

Int32

Default

PEYLT_4_CHAR

.NET

PeGrid.Option.YearLabelType

Ocx|Vcl

YearLabelType

DLL

PEP_nYEARLABELTYPE

 

Purpose

This property is only used with DateTimeMode. This property allows you to set the year label style:

 

.NET Gigasoft.Enums.

ActiveX and

 

YearLabelType.

DLL Constants

Description

FourCharacters

PEYLT_4_CHAR(0)

Four Character Year

TwoCharacters

PEYLT_2_CHAR(1)

Two Character Year

NoYearPrompt

PEYLT_NO_YEAR_PROMPT(2)

No Year Prompt

 

VCL Enumerations:

Replace the x prefix with either g(graph), or sg(scientific graph).

eYearLabelType = (x4CharYear, x2CharYear, xNoYear);

 

Comments

PeGrid.Option.YearLabelType members of Pego.PeGrid.Option, Pesgo.PeGrid.Option

 

See Also: TimeLabelType, MonthLabelType, YearMonthDayPrompt, DayLabelType, YearMonthDayStyle

 

See Chapter 6