TPrintItem
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 | ||
| Result | Long | . |
Name
Lastnost Name .
| Property TPrintItem.Name As String | ||
| Result | String | . |
Left
Lastnost Left .
| Property TPrintItem.Left As Float | ||
| Result | Float | . |
Top
Lastnost Top .
| Property TPrintItem.Top As Float | ||
| Result | Float | . |
Width
Lastnost Width .
| Property TPrintItem.Width As Float | ||
| Result | Float | . |
Height
Lastnost Height .
| Property TPrintItem.Height As Float | ||
| Result | Float | . |
Karta
MapDrawList
Lastnost MapDrawList .
| Property TPrintItem.MapDrawList As TDrawList | ||
| Result | TDrawList | . |
MapOnPaint
Lastnost MapOnPaint vsebuje programsko rutino, katera se izvede, pred izrisom objekta v predlogi izrisa.
| Property TPrintItem.MapOnPaint As String | ||
| Result | String | . |
MapScale
Lastnost MapScale .
| Property TPrintItem.MapScale As Float | ||
| Result | Float | . |
MapX
Lastnost MapX .
| Property TPrintItem.MapX As Float | ||
| Result | Float | . |
MapY
Lastnost MapY .
| Property TPrintItem.MapY As Float | ||
| Result | Float | . |
Pisava
LabelText
Lastnost LabelText omogoča zapis besedila v objekt tipa Labela.
| Property TPrintItem.LabelText As String | ||
| Result | String | . |
FontColor
Lastnost FontColor .
| Property TPrintItem.FontColor As Long | ||
| Result | Long | . |
FontHorAlign
Lastnost FontHorAlign .
| Property TPrintItem.FontHorAlign As Long | ||
| Result | Long | . |
FontSize
Lastnost FontSize .
| Property TPrintItem.FontSize As Float | ||
| Result | Float | . |
FontStyle
Lastnost FontStyle .
| Property TPrintItem.FontStyle As Long | ||
| Result | Long | . |
FontVerAlign
Lastnost FontVerAlign .
| Property TPrintItem.FontVerAlign As Long | ||
| Result | Long | . |
Tema
DIType
Lastnost DIType .
| Property TPrintItem.DIType As Long | ||
| Result | Long | . |
DIHatchColor
Lastnost DIHatchColor .
| Property TPrintItem.DIHatchColor As Long | ||
| Result | Long | . |
DIHatchType
Lastnost DIHatchType .
| Property TPrintItem.DIHatchType As THatch | ||
| Result | THatch | . |
Linija
LineColor
Lastnost LineColor .
| Property TPrintItem.LineColor As Long | ||
| Result | Long | . |
LineType
Lastnost LineType .
| Property TPrintItem.LineType As TLineType | ||
| Result | TLineType | . |
LineWidth
Lastnost LineWidth .
| Property TPrintItem.LineWidth As Float | ||
| Result | Float | . |
Simbol
SymbolColor
Lastnost SymbolColor .
| Property TPrintItem.SymbolColor As Long | ||
| Result | Long | . |
SymbolScale
Lastnost SymbolScale .
| Property TPrintItem.SymbolScale As Float | ||
| Result | Float | . |
SymbolType
Lastnost SymbolType .
| Property TPrintItem.SymbolType As TSymbol | ||
| Result | TSymbol | . |
Ostalo
Image
Lastnost Image .
| Property TPrintItem.Image As String | ||
| Result | String | . |
PrintLayout
Lastnost PrintLayout omogoča definiranje predloge izrisa kot podobjekt v drugi predlogi izrisa.
| Property TPrintItem.PrintLayout As TPrintLayout | ||
| Result | TPrintLayout | . |