Saltar para o conteúdo principal
Versão: Próximo

VP Get show print lines

VP Get show print lines ( vpAreaName : Text {; sheet : Integer } ) : Boolean

ParâmetroTipoDescrição
vpAreaNameText->Nome de objeto formulário área 4D View Pro
sheetInteger<-Índice da folha
ResultadoParâmetros<-True if print lines are visible, False otherwise

Descrição

The VP Get show print lines command returns True if the print preview lines are visible and False if they are hidden.

Em vpAreaName, passe o nome da área 4D View Pro.

In sheet, pass the index of the target sheet. If sheet is omitted, the command applies to the current sheet.

A indexação começa em 0.

Exemplo

O código abaixo comprova se as linhas de visualização prévia são mostradas ou ocultadas no documento:

 var $result : Boolean
$result:=VP Get show print lines("ViewProArea";1)

Veja também

VP SET SHOW PRINT LINES