10.5.5 FieldAttributeAsString

LANSA

10.5.5 FieldAttributeAsString


フィールド(PRIM_FLD)では、DescriptionやLabelなどのさまざまなプロパティを読み取るメソッドが提供されます。

以下のようなプロパティを利用できます。

·         Description

·         Label

·         Heading1

·         Heading2

·         Heading3

·         HeadingSingleLine

·         HeadingWithNewLines

·         HeadingWithNewLinesNoBlanks

·         EditCode

·         EditWord

プロパティを読み取るには、関連するプロパティ名をパラメータとしてFieldAttributeAsString()メソッドに指定します。

#strValue := #myField. FieldAttributeAsString( Description )

 

Ýフィールド型組み込みファンクション