TPrintItem

Iz SDMS
Jump to navigationJump to search
Ta stran je trenutno še v izdelavi.

Razred TPrintItem vsebuje informacije o entitetah v poročilu.

Dim Prt As TPrintItem, PL As TPrintLayout
Dim i as Long

For I = 0 To PL.Count -1
  Prt = PL.Items (I)
  Prt.LabelText = "Besedilo napisa"
Next

Prt = PL.GetItemByName ('ImeKontrole')
Prt.PrintLayout = PL
Prt = PL.GetItemByName ('ImeKontrole1')
Prt.MapOnPaint = 'BackgroundColor = Red'

Pozicija

Type

Lastnost Type .

Property TPrintItem.Type As Long
ResultLong.

Name

Lastnost Name .

Property TPrintItem.Name As String
ResultString.

Left

Lastnost Left .

Property TPrintItem.Left As Float
ResultFloat.

Top

Lastnost Top .

Property TPrintItem.Top As Float
ResultFloat.

Width

Lastnost Width .

Property TPrintItem.Width As Float
ResultFloat.

Height

Lastnost Height .

Property TPrintItem.Height As Float
ResultFloat.

Karta

MapDrawList

Lastnost MapDrawList .

Property TPrintItem.MapDrawList As TDrawList
ResultTDrawList.

MapOnPaint

Lastnost MapOnPaint vsebuje programsko rutino, katera se izvede, pred izrisom objekta v predlogi izrisa.

Property TPrintItem.MapOnPaint As String
ResultString.

MapScale

Lastnost MapScale .

Property TPrintItem.MapScale As Float
ResultFloat.

MapX

Lastnost MapX .

Property TPrintItem.MapX As Float
ResultFloat.

MapY

Lastnost MapY .

Property TPrintItem.MapY As Float
ResultFloat.

Pisava

LabelText

Lastnost LabelText omogoča zapis besedila v objekt tipa Labela.

Property TPrintItem.LabelText As String
ResultString.

FontColor

Lastnost FontColor .

Property TPrintItem.FontColor As Long
ResultLong.

FontHorAlign

Lastnost FontHorAlign .

Property TPrintItem.FontHorAlign As Long
ResultLong.

FontSize

Lastnost FontSize .

Property TPrintItem.FontSize As Float
ResultFloat.

FontStyle

Lastnost FontStyle .

Property TPrintItem.FontStyle As Long
ResultLong.

FontVerAlign

Lastnost FontVerAlign .

Property TPrintItem.FontVerAlign As Long
ResultLong.

Tema

DIType

Lastnost DIType .

Property TPrintItem.DIType As Long
ResultLong.

DIHatchColor

Lastnost DIHatchColor .

Property TPrintItem.DIHatchColor As Long
ResultLong.

DIHatchType

Lastnost DIHatchType .

Property TPrintItem.DIHatchType As THatch
ResultTHatch.

Linija

LineColor

Lastnost LineColor .

Property TPrintItem.LineColor As Long
ResultLong.

LineType

Lastnost LineType .

Property TPrintItem.LineType As TLineType
ResultTLineType.

LineWidth

Lastnost LineWidth .

Property TPrintItem.LineWidth As Float
ResultFloat.

Simbol

SymbolColor

Lastnost SymbolColor .

Property TPrintItem.SymbolColor As Long
ResultLong.

SymbolScale

Lastnost SymbolScale .

Property TPrintItem.SymbolScale As Float
ResultFloat.

SymbolType

Lastnost SymbolType .

Property TPrintItem.SymbolType As TSymbol
ResultTSymbol.

Ostalo

Image

Lastnost Image .

Property TPrintItem.Image As String
ResultString.

PrintLayout

Lastnost PrintLayout omogoča definiranje predloge izrisa kot podobjekt v drugi predlogi izrisa.

Property TPrintItem.PrintLayout As TPrintLayout
ResultTPrintLayout.