IDL Programming > Objects > File Format Object Classes > IDLffLangCat::GetProperty

IDLffLangCat::GetProperty

Syntax | Arguments | Keywords | Version History

The IDLffLangCat::GetProperty procedure method retrieves a property or group of properties for an IDLffLangCat object.

Comparisons such as those done with IDLffLangCat::Query are case insensitive, but the values returned by GetProperty are exactly as the last encountered value. For example, if File 1 has LANGUAGE='English' and File 2 has LANGUAGE='engLISh', then 'engLISh' will be returned, although only one ENGLISH language exists in the current catalog.

Syntax

Obj->[IDLffLangCat::]GetProperty [, PROPERTY=variable]

Arguments

None

Keywords

Any property listed under IDLffLangCat Properties that contains the word “Yes” in the “Get” column of the properties table can be retrieved using this method. To retrieve the value of a property, specify the property name as a keyword set equal to a named variable that will contain the value of the property.

Version History

6.1

Introduced