DesignEditors.TPropertyEditor.SetOrdValue

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
procedure
function
Visibility: protected
Source:
DesignEditors.pas
DesignEditors.hpp
Unit: DesignEditors
Parent: TPropertyEditor

Delphi

procedure SetOrdValue(Value: NativeInt);

C++

void __fastcall SetOrdValue(System::NativeInt Value);

Description

Changes the property value for every object being edited.

Call SetOrdValue to change the property setting for every object that can be returned by the GetComponent method. Do not call SetOrdValue unless the property represents an ordinal value. After changing a property value using SetOrdValue, it is not necessary to call Modified.

See Also